Class: Moose::Inventory::Operations::OperationEventSupport::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



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

def events
  @events
end

#warning_countObject

Returns the value of attribute warning_count

Returns:

  • (Object)

    the current value of warning_count



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

def warning_count
  @warning_count
end