Class: Autonoma::HookContext
- Inherits:
-
Struct
- Object
- Struct
- Autonoma::HookContext
- Defined in:
- lib/autonoma/types.rb
Instance Attribute Summary collapse
-
#refs ⇒ Object
Returns the value of attribute refs.
-
#scenario_name ⇒ Object
Returns the value of attribute scenario_name.
Instance Attribute Details
#refs ⇒ Object
Returns the value of attribute refs
23 24 25 |
# File 'lib/autonoma/types.rb', line 23 def refs @refs end |
#scenario_name ⇒ Object
Returns the value of attribute scenario_name
23 24 25 |
# File 'lib/autonoma/types.rb', line 23 def scenario_name @scenario_name end |