Class: Moose::Inventory::Operations::OperationEventSupport::Event
- Inherits:
-
Struct
- Object
- Struct
- Moose::Inventory::Operations::OperationEventSupport::Event
- Defined in:
- lib/moose_inventory/operations/operation_event_support.rb
Instance Attribute Summary collapse
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#payload ⇒ Object
Returns the value of attribute payload
8 9 10 |
# File 'lib/moose_inventory/operations/operation_event_support.rb', line 8 def payload @payload end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/moose_inventory/operations/operation_event_support.rb', line 8 def type @type end |