Class: Moose::Inventory::Operations::OperationEventSupport::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/moose_inventory/operations/operation_event_support.rb

Instance Attribute Summary collapse

Instance Attribute Details

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



8
9
10
# File 'lib/moose_inventory/operations/operation_event_support.rb', line 8

def payload
  @payload
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/moose_inventory/operations/operation_event_support.rb', line 8

def type
  @type
end