Class: Taoism::Nodes::Field
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::Field
- Defined in:
- lib/taoism/nodes.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#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
#default ⇒ Object
Returns the value of attribute default
23 24 25 |
# File 'lib/taoism/nodes.rb', line 23 def default @default end |
#end ⇒ Object
Returns the value of attribute end
23 24 25 |
# File 'lib/taoism/nodes.rb', line 23 def end @end end |
#name ⇒ Object
Returns the value of attribute name
23 24 25 |
# File 'lib/taoism/nodes.rb', line 23 def name @name end |
#start ⇒ Object
Returns the value of attribute start
23 24 25 |
# File 'lib/taoism/nodes.rb', line 23 def start @start end |