Class: Cupertino::ProvisioningPortal::ProvisioningProfile

Inherits:
Struct
  • Object
show all
Defined in:
lib/download-profiles/provisioning_portal.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#app_idObject

Returns the value of attribute app_id

Returns:

  • (Object)

    the current value of app_id



11
12
13
# File 'lib/download-profiles/provisioning_portal.rb', line 11

def app_id
  @app_id
end

#download_urlObject

Returns the value of attribute download_url

Returns:

  • (Object)

    the current value of download_url



11
12
13
# File 'lib/download-profiles/provisioning_portal.rb', line 11

def download_url
  @download_url
end

#edit_urlObject

Returns the value of attribute edit_url

Returns:

  • (Object)

    the current value of edit_url



11
12
13
# File 'lib/download-profiles/provisioning_portal.rb', line 11

def edit_url
  @edit_url
end

#expirationObject

Returns the value of attribute expiration

Returns:

  • (Object)

    the current value of expiration



11
12
13
# File 'lib/download-profiles/provisioning_portal.rb', line 11

def expiration
  @expiration
end

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



11
12
13
# File 'lib/download-profiles/provisioning_portal.rb', line 11

def identifier
  @identifier
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/download-profiles/provisioning_portal.rb', line 11

def name
  @name
end

#platformObject

Returns the value of attribute platform

Returns:

  • (Object)

    the current value of platform



11
12
13
# File 'lib/download-profiles/provisioning_portal.rb', line 11

def platform
  @platform
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



11
12
13
# File 'lib/download-profiles/provisioning_portal.rb', line 11

def status
  @status
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



11
12
13
# File 'lib/download-profiles/provisioning_portal.rb', line 11

def type
  @type
end

Instance Method Details

#to_sObject



12
13
14
# File 'lib/download-profiles/provisioning_portal.rb', line 12

def to_s
  "#{self.name}"
end