Class: Taoism::Nodes::Identifier

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



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

def end
  @end
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



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

def start
  @start
end