Class: Taoism::Nodes::Let

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

Overview

── Statements ──

Instance Attribute Summary collapse

Instance Attribute Details

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



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

def end
  @end
end

#mutableObject

Returns the value of attribute mutable

Returns:

  • (Object)

    the current value of mutable



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

def mutable
  @mutable
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



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

def start
  @start
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end