Class: Orchestrated::Orchestration::Handler

Inherits:
Struct
  • Object
show all
Defined in:
lib/orchestrated/orchestration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



9
10
11
# File 'lib/orchestrated/orchestration.rb', line 9

def args
  @args
end

#symObject

Returns the value of attribute sym

Returns:

  • (Object)

    the current value of sym



9
10
11
# File 'lib/orchestrated/orchestration.rb', line 9

def sym
  @sym
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



9
10
11
# File 'lib/orchestrated/orchestration.rb', line 9

def value
  @value
end