Class: Cupertino::ProvisioningPortal::ProvisioningProfile

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



36
37
38
# File 'lib/cupertino_compatibility.rb', line 36

def app_id
  @app_id
end

#download_urlObject

Returns the value of attribute download_url

Returns:

  • (Object)

    the current value of download_url



36
37
38
# File 'lib/cupertino_compatibility.rb', line 36

def download_url
  @download_url
end

#edit_urlObject

Returns the value of attribute edit_url

Returns:

  • (Object)

    the current value of edit_url



36
37
38
# File 'lib/cupertino_compatibility.rb', line 36

def edit_url
  @edit_url
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



36
37
38
# File 'lib/cupertino_compatibility.rb', line 36

def name
  @name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



36
37
38
# File 'lib/cupertino_compatibility.rb', line 36

def status
  @status
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



36
37
38
# File 'lib/cupertino_compatibility.rb', line 36

def type
  @type
end

Instance Method Details

#to_sObject



37
38
39
# File 'lib/cupertino_compatibility.rb', line 37

def to_s
  "#{self.name}"
end