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