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