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