Class: NodeMutation::Struct::Action
- Inherits:
-
Struct
- Object
- Struct
- NodeMutation::Struct::Action
- Defined in:
- lib/node_mutation/struct.rb
Instance Attribute Summary collapse
-
#actions ⇒ Object
Returns the value of attribute actions.
-
#end ⇒ Object
Returns the value of attribute end.
-
#new_code ⇒ Object
Returns the value of attribute new_code.
-
#start ⇒ Object
Returns the value of attribute start.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#actions ⇒ Object
Returns the value of attribute actions
4 5 6 |
# File 'lib/node_mutation/struct.rb', line 4 def actions @actions end |
#end ⇒ Object
Returns the value of attribute end
4 5 6 |
# File 'lib/node_mutation/struct.rb', line 4 def end @end end |
#new_code ⇒ Object
Returns the value of attribute new_code
4 5 6 |
# File 'lib/node_mutation/struct.rb', line 4 def new_code @new_code end |
#start ⇒ Object
Returns the value of attribute start
4 5 6 |
# File 'lib/node_mutation/struct.rb', line 4 def start @start end |
#type ⇒ Object
Returns the value of attribute type
4 5 6 |
# File 'lib/node_mutation/struct.rb', line 4 def type @type end |