Class: Cupertino::ProvisioningPortal::ProvisioningProfile

Inherits:
Struct
  • Object
show all
Defined in:
lib/cupertino/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



29
30
31
# File 'lib/cupertino/provisioning_portal.rb', line 29

def app_id
  @app_id
end

#download_urlObject

Returns the value of attribute download_url

Returns:

  • (Object)

    the current value of download_url



29
30
31
# File 'lib/cupertino/provisioning_portal.rb', line 29

def download_url
  @download_url
end

#edit_urlObject

Returns the value of attribute edit_url

Returns:

  • (Object)

    the current value of edit_url



29
30
31
# File 'lib/cupertino/provisioning_portal.rb', line 29

def edit_url
  @edit_url
end

#expirationObject

Returns the value of attribute expiration

Returns:

  • (Object)

    the current value of expiration



29
30
31
# File 'lib/cupertino/provisioning_portal.rb', line 29

def expiration
  @expiration
end

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



29
30
31
# File 'lib/cupertino/provisioning_portal.rb', line 29

def identifier
  @identifier
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



29
30
31
# File 'lib/cupertino/provisioning_portal.rb', line 29

def name
  @name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



29
30
31
# File 'lib/cupertino/provisioning_portal.rb', line 29

def status
  @status
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



29
30
31
# File 'lib/cupertino/provisioning_portal.rb', line 29

def type
  @type
end

Instance Method Details

#to_sObject



30
31
32
# File 'lib/cupertino/provisioning_portal.rb', line 30

def to_s
  "#{self.name}"
end