Class: Taoism::Nodes::Loop

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



49
50
51
# File 'lib/taoism/nodes.rb', line 49

def body
  @body
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



49
50
51
# File 'lib/taoism/nodes.rb', line 49

def end
  @end
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



49
50
51
# File 'lib/taoism/nodes.rb', line 49

def start
  @start
end