Class: Cupertino::ProvisioningPortal::Certificate

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#download_url ⇒ Object

Returns the value of attribute download_url



17
18
19
# File 'lib/cupertino/provisioning_portal.rb', line 17

def download_url
  @download_url
end

#expiration ⇒ Object

Returns the value of attribute expiration



17
18
19
# File 'lib/cupertino/provisioning_portal.rb', line 17

def expiration
  @expiration
end

#name ⇒ Object

Returns the value of attribute name



17
18
19
# File 'lib/cupertino/provisioning_portal.rb', line 17

def name
  @name
end

#status ⇒ Object

Returns the value of attribute status



17
18
19
# File 'lib/cupertino/provisioning_portal.rb', line 17

def status
  @status
end

#type ⇒ Object

Returns the value of attribute type



17
18
19
# File 'lib/cupertino/provisioning_portal.rb', line 17

def type
  @type
end

Instance Method Details

#to_s ⇒ Object



18
19
20
# File 'lib/cupertino/provisioning_portal.rb', line 18

def to_s
  "#{self.name}"
end