Class: Moose::Inventory::Operations::InventorySnapshotApplier::Result
- Inherits:
-
Struct
- Object
- Struct
- Moose::Inventory::Operations::InventorySnapshotApplier::Result
- Defined in:
- lib/moose_inventory/operations/inventory_snapshot_applier.rb
Instance Attribute Summary collapse
-
#associations ⇒ Object
Returns the value of attribute associations.
-
#created_groups ⇒ Object
Returns the value of attribute created_groups.
-
#created_hosts ⇒ Object
Returns the value of attribute created_hosts.
-
#updated_variables ⇒ Object
Returns the value of attribute updated_variables.
Instance Attribute Details
#associations ⇒ Object
Returns the value of attribute associations
8 9 10 |
# File 'lib/moose_inventory/operations/inventory_snapshot_applier.rb', line 8 def associations @associations end |
#created_groups ⇒ Object
Returns the value of attribute created_groups
8 9 10 |
# File 'lib/moose_inventory/operations/inventory_snapshot_applier.rb', line 8 def created_groups @created_groups end |
#created_hosts ⇒ Object
Returns the value of attribute created_hosts
8 9 10 |
# File 'lib/moose_inventory/operations/inventory_snapshot_applier.rb', line 8 def created_hosts @created_hosts end |
#updated_variables ⇒ Object
Returns the value of attribute updated_variables
8 9 10 |
# File 'lib/moose_inventory/operations/inventory_snapshot_applier.rb', line 8 def updated_variables @updated_variables end |