Class: Taoism::Nodes::Import

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



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

def end
  @end
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



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

def start
  @start
end