Class: NodeMutation::Struct::Action

Inherits:
Struct
  • Object
show all
Defined in:
lib/node_mutation/struct.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionsObject

Returns the value of attribute actions

Returns:

  • (Object)

    the current value of actions



4
5
6
# File 'lib/node_mutation/struct.rb', line 4

def actions
  @actions
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



4
5
6
# File 'lib/node_mutation/struct.rb', line 4

def end
  @end
end

#new_codeObject

Returns the value of attribute new_code

Returns:

  • (Object)

    the current value of new_code



4
5
6
# File 'lib/node_mutation/struct.rb', line 4

def new_code
  @new_code
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



4
5
6
# File 'lib/node_mutation/struct.rb', line 4

def start
  @start
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



4
5
6
# File 'lib/node_mutation/struct.rb', line 4

def type
  @type
end