Class: Jade::Frontend::CommentAttacher::CommentEntry::Trailing
- Inherits:
-
Data
- Object
- Data
- Jade::Frontend::CommentAttacher::CommentEntry::Trailing
- 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
105 106 107 |
# File 'lib/jade/frontend/comment_attacher.rb', line 105 def comment @comment end |
#node_id ⇒ Object (readonly)
Returns the value of attribute node_id
105 106 107 |
# File 'lib/jade/frontend/comment_attacher.rb', line 105 def node_id @node_id end |