Class: Taoism::Nodes::Call

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



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

def args
  @args
end

#calleeObject

Returns the value of attribute callee

Returns:

  • (Object)

    the current value of callee



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

def callee
  @callee
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



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

def end
  @end
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



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

def start
  @start
end