Class: Taoism::Nodes::Assign

Inherits:
Struct
  • Object
show all
Defined in:
lib/taoism/nodes.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



9
10
11
# File 'lib/taoism/nodes.rb', line 9

def end
  @end
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



9
10
11
# File 'lib/taoism/nodes.rb', line 9

def start
  @start
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



9
10
11
# File 'lib/taoism/nodes.rb', line 9

def target
  @target
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



9
10
11
# File 'lib/taoism/nodes.rb', line 9

def value
  @value
end