Class: Moose::Inventory::Operations::RemoveAssociations::Result
- Inherits:
-
Struct
- Object
- Struct
- Moose::Inventory::Operations::RemoveAssociations::Result
- Defined in:
- lib/moose_inventory/operations/remove_associations.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
10 11 12 |
# File 'lib/moose_inventory/operations/remove_associations.rb', line 10 def events @events end |
#warning_count ⇒ Object
Returns the value of attribute warning_count
10 11 12 |
# File 'lib/moose_inventory/operations/remove_associations.rb', line 10 def warning_count @warning_count end |