Class: Taoism::Nodes::Switch

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

Instance Attribute Summary collapse

Instance Attribute Details

#armsObject

Returns the value of attribute arms

Returns:

  • (Object)

    the current value of arms



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

def arms
  @arms
end

#else_bodyObject

Returns the value of attribute else_body

Returns:

  • (Object)

    the current value of else_body



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

def else_body
  @else_body
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



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

def end
  @end
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



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

def start
  @start
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end