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