Class: IOSConfigProfile::RemoveProfilePayload

Inherits:
Hash
  • Object
show all
Includes:
BasicPayload
Defined in:
lib/ios_config_profile/device/remove_profile_payload.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from BasicPayload

#to_command_payload, #to_encrypted_payload, #uuid

Constructor Details

#initialize(device_profile_identifier) ⇒ RemoveProfilePayload

Returns a new instance of RemoveProfilePayload.



7
8
9
10
11
# File 'lib/ios_config_profile/device/remove_profile_payload.rb', line 7

def initialize(device_profile_identifier)
  self.device_profile_identifier = device_profile_identifier
  require_attributes :device_profile_identifier
  merge! remove_profile_payload
end

Instance Attribute Details

#device_profile_identifierObject

Returns the value of attribute device_profile_identifier.



5
6
7
# File 'lib/ios_config_profile/device/remove_profile_payload.rb', line 5

def device_profile_identifier
  @device_profile_identifier
end