Class: IOSConfigProfile::InstallMarketAppPayload

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from BasicPayload

#to_command_payload, #to_encrypted_payload, #uuid

Constructor Details

#initialize(manifest_url) ⇒ InstallMarketAppPayload

Returns a new instance of InstallMarketAppPayload.



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

def initialize(manifest_url)
  self.manifest_url = manifest_url
  require_attributes :manifest_url
  merge! install_market_app_payload
end

Instance Attribute Details

#manifest_urlObject

Returns the value of attribute manifest_url.



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

def manifest_url
  @manifest_url
end