Class: Cupertino::ProvisioningPortal::PassTypeID

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#card_idObject

Returns the value of attribute card_id

Returns:

  • (Object)

    the current value of card_id



42
43
44
# File 'lib/cupertino_compatibility.rb', line 42

def card_id
  @card_id
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



42
43
44
# File 'lib/cupertino_compatibility.rb', line 42

def description
  @description
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



42
43
44
# File 'lib/cupertino_compatibility.rb', line 42

def id
  @id
end

#pass_certificatesObject

Returns the value of attribute pass_certificates

Returns:

  • (Object)

    the current value of pass_certificates



42
43
44
# File 'lib/cupertino_compatibility.rb', line 42

def pass_certificates
  @pass_certificates
end

Instance Method Details

#to_sObject



43
44
45
# File 'lib/cupertino_compatibility.rb', line 43

def to_s
  "#{self.id} #{self.description}"
end