Class: Jade::Frontend::CommentAttacher::CommentEntry::Leading
- Inherits:
-
Data
- Object
- Data
- Jade::Frontend::CommentAttacher::CommentEntry::Leading
- Defined in:
- lib/jade/frontend/comment_attacher.rb
Instance Attribute Summary collapse
-
#comment ⇒ Object
readonly
Returns the value of attribute comment.
-
#node_id ⇒ Object
readonly
Returns the value of attribute node_id.
Instance Attribute Details
#comment ⇒ Object (readonly)
Returns the value of attribute comment
104 105 106 |
# File 'lib/jade/frontend/comment_attacher.rb', line 104 def comment @comment end |
#node_id ⇒ Object (readonly)
Returns the value of attribute node_id
104 105 106 |
# File 'lib/jade/frontend/comment_attacher.rb', line 104 def node_id @node_id end |