Class: Taoism::Nodes::LetPair

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



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

def end
  @end
end

#exprObject

Returns the value of attribute expr

Returns:

  • (Object)

    the current value of expr



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

def expr
  @expr
end

#firstObject

Returns the value of attribute first

Returns:

  • (Object)

    the current value of first



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

def first
  @first
end

#secondObject

Returns the value of attribute second

Returns:

  • (Object)

    the current value of second



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

def second
  @second
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



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

def start
  @start
end