Class: Orbacle::GlobalTree::ArgumentsTree

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

Defined Under Namespace

Classes: Nested, Optional, Regular, Splat

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



5
6
7
# File 'lib/orbacle/global_tree.rb', line 5

def args
  @args
end

#blockargObject

Returns the value of attribute blockarg

Returns:

  • (Object)

    the current value of blockarg



5
6
7
# File 'lib/orbacle/global_tree.rb', line 5

def blockarg
  @blockarg
end

#kwargsObject

Returns the value of attribute kwargs

Returns:

  • (Object)

    the current value of kwargs



5
6
7
# File 'lib/orbacle/global_tree.rb', line 5

def kwargs
  @kwargs
end