Class: Maps::TreeNode19
- Defined in:
- lib/rookout/processor/paths/canopy/maps.rb
Instance Attribute Summary collapse
-
#__ ⇒ Object
readonly
Returns the value of attribute __.
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Attributes inherited from TreeNode
Instance Method Summary collapse
-
#initialize(text, offset, elements) ⇒ TreeNode19
constructor
A new instance of TreeNode19.
Methods inherited from TreeNode
Constructor Details
#initialize(text, offset, elements) ⇒ TreeNode19
Returns a new instance of TreeNode19.
191 192 193 194 195 |
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 191 def initialize(text, offset, elements) super @__ = elements[2] @data = elements[1] end |
Instance Attribute Details
#__ ⇒ Object (readonly)
Returns the value of attribute __.
189 190 191 |
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 189 def __ @__ end |
#data ⇒ Object (readonly)
Returns the value of attribute data.
189 190 191 |
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 189 def data @data end |