Class: Moose::Inventory::Operations::InventorySnapshotApplier::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#associationsObject

Returns the value of attribute associations

Returns:

  • (Object)

    the current value of associations



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

def associations
  @associations
end

#created_groupsObject

Returns the value of attribute created_groups

Returns:

  • (Object)

    the current value of created_groups



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

def created_groups
  @created_groups
end

#created_hostsObject

Returns the value of attribute created_hosts

Returns:

  • (Object)

    the current value of created_hosts



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

def created_hosts
  @created_hosts
end

#updated_variablesObject

Returns the value of attribute updated_variables

Returns:

  • (Object)

    the current value of updated_variables



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

def updated_variables
  @updated_variables
end