Class: Melbourne::AST::EndData
Overview
TODO: document!
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
Attributes inherited from Node
Instance Method Summary collapse
-
#initialize(line, data) ⇒ EndData
constructor
A new instance of EndData.
Methods inherited from Node
Constructor Details
#initialize(line, data) ⇒ EndData
Returns a new instance of EndData.
10 11 12 13 |
# File 'lib/melbourne/ast/data.rb', line 10 def initialize(line, data) @line = line @data = data end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
8 9 10 |
# File 'lib/melbourne/ast/data.rb', line 8 def data @data end |