Class: Taoism::Nodes::DotExpr

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



33
34
35
# File 'lib/taoism/nodes.rb', line 33

def end
  @end
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



33
34
35
# File 'lib/taoism/nodes.rb', line 33

def name
  @name
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



33
34
35
# File 'lib/taoism/nodes.rb', line 33

def start
  @start
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



33
34
35
# File 'lib/taoism/nodes.rb', line 33

def target
  @target
end