Class: Cupertino::ProvisioningPortal::PassCertificate

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#certificate_idObject

Returns the value of attribute certificate_id

Returns:

  • (Object)

    the current value of certificate_id



48
49
50
# File 'lib/cupertino_compatibility.rb', line 48

def certificate_id
  @certificate_id
end

#expiration_dateObject

Returns the value of attribute expiration_date

Returns:

  • (Object)

    the current value of expiration_date



48
49
50
# File 'lib/cupertino_compatibility.rb', line 48

def expiration_date
  @expiration_date
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



48
49
50
# File 'lib/cupertino_compatibility.rb', line 48

def name
  @name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



48
49
50
# File 'lib/cupertino_compatibility.rb', line 48

def status
  @status
end

Instance Method Details

#to_sObject



49
50
51
# File 'lib/cupertino_compatibility.rb', line 49

def to_s
  "#{self.certificate_id}"
end