Class: Taoism::Nodes::Package
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::Package
- Defined in:
- lib/taoism/nodes.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#name ⇒ Object
Returns the value of attribute name.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
12 13 14 |
# File 'lib/taoism/nodes.rb', line 12 def end @end end |
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/taoism/nodes.rb', line 12 def name @name end |
#start ⇒ Object
Returns the value of attribute start
12 13 14 |
# File 'lib/taoism/nodes.rb', line 12 def start @start end |