Class: Taoism::Nodes::Package

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



12
13
14
# File 'lib/taoism/nodes.rb', line 12

def end
  @end
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



12
13
14
# File 'lib/taoism/nodes.rb', line 12

def name
  @name
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



12
13
14
# File 'lib/taoism/nodes.rb', line 12

def start
  @start
end