Class: Orbacle::GlobalTree::Lambda

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id, args) ⇒ Lambda

Returns a new instance of Lambda.



29
30
31
32
# File 'lib/orbacle/global_tree.rb', line 29

def initialize(id, args)
  @id = id
  @args = args
end

Instance Attribute Details

#argsObject (readonly)

Returns the value of attribute args.



34
35
36
# File 'lib/orbacle/global_tree.rb', line 34

def args
  @args
end

#idObject (readonly)

Returns the value of attribute id.



34
35
36
# File 'lib/orbacle/global_tree.rb', line 34

def id
  @id
end