Class: Taoism::Nodes::Receiver
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::Receiver
- Defined in:
- lib/taoism/nodes.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#param_name ⇒ Object
Returns the value of attribute param_name.
-
#start ⇒ Object
Returns the value of attribute start.
-
#type_name ⇒ Object
Returns the value of attribute type_name.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
19 20 21 |
# File 'lib/taoism/nodes.rb', line 19 def end @end end |
#param_name ⇒ Object
Returns the value of attribute param_name
19 20 21 |
# File 'lib/taoism/nodes.rb', line 19 def param_name @param_name end |
#start ⇒ Object
Returns the value of attribute start
19 20 21 |
# File 'lib/taoism/nodes.rb', line 19 def start @start end |
#type_name ⇒ Object
Returns the value of attribute type_name
19 20 21 |
# File 'lib/taoism/nodes.rb', line 19 def type_name @type_name end |