Class: Taoism::Nodes::Index

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



32
33
34
# File 'lib/taoism/nodes.rb', line 32

def end
  @end
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



32
33
34
# File 'lib/taoism/nodes.rb', line 32

def index
  @index
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



32
33
34
# File 'lib/taoism/nodes.rb', line 32

def start
  @start
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



32
33
34
# File 'lib/taoism/nodes.rb', line 32

def target
  @target
end