Class: Cupertino::ProvisioningPortal::Certificate

Inherits:
Struct
  • Object
show all
Defined in:
lib/cupertino_compatibility.rb

Overview

:provisioning_profiles,

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#download_urlObject

Returns the value of attribute download_url

Returns:

  • (Object)

    the current value of download_url



24
25
26
# File 'lib/cupertino_compatibility.rb', line 24

def download_url
  @download_url
end

#expiration_dateObject

Returns the value of attribute expiration_date

Returns:

  • (Object)

    the current value of expiration_date



24
25
26
# File 'lib/cupertino_compatibility.rb', line 24

def expiration_date
  @expiration_date
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



24
25
26
# File 'lib/cupertino_compatibility.rb', line 24

def name
  @name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



24
25
26
# File 'lib/cupertino_compatibility.rb', line 24

def status
  @status
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



24
25
26
# File 'lib/cupertino_compatibility.rb', line 24

def type
  @type
end

Instance Method Details

#to_sObject



25
26
27
# File 'lib/cupertino_compatibility.rb', line 25

def to_s
  "#{self.name}"
end