Class: IOSConfigProfile::RemoveApplicationPayload

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from BasicPayload

#to_command_payload, #to_encrypted_payload, #uuid

Constructor Details

#initialize(bundle_id) ⇒ RemoveApplicationPayload

Returns a new instance of RemoveApplicationPayload.



7
8
9
10
11
# File 'lib/ios_config_profile/content/remove_application_payload.rb', line 7

def initialize(bundle_id)
  self.bundle_id = bundle_id
  require_attributes :bundle_id
  merge! remove_application_payload
end

Instance Attribute Details

#bundle_idObject

Returns the value of attribute bundle_id.



5
6
7
# File 'lib/ios_config_profile/content/remove_application_payload.rb', line 5

def bundle_id
  @bundle_id
end