Class: Orbacle::Graph::Lambda

Inherits:
Struct
  • Object
show all
Defined in:
lib/orbacle/graph.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



11
12
13
# File 'lib/orbacle/graph.rb', line 11

def args
  @args
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



11
12
13
# File 'lib/orbacle/graph.rb', line 11

def result
  @result
end