Class: Autonoma::HookContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/autonoma/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#refsObject

Returns the value of attribute refs

Returns:

  • (Object)

    the current value of refs



23
24
25
# File 'lib/autonoma/types.rb', line 23

def refs
  @refs
end

#scenario_nameObject

Returns the value of attribute scenario_name

Returns:

  • (Object)

    the current value of scenario_name



23
24
25
# File 'lib/autonoma/types.rb', line 23

def scenario_name
  @scenario_name
end