Class: CXML::CredentialMac

Inherits:
Object
  • Object
show all
Defined in:
lib/cxml/credential_mac.rb

Instance Attribute Summary collapse

Instance Attribute Details

#algorithmObject

Returns the value of attribute algorithm.



18
19
20
# File 'lib/cxml/credential_mac.rb', line 18

def algorithm
  @algorithm
end

#creation_dateObject

Returns the value of attribute creation_date.



19
20
21
# File 'lib/cxml/credential_mac.rb', line 19

def creation_date
  @creation_date
end

#expiration_dateObject

Returns the value of attribute expiration_date.



20
21
22
# File 'lib/cxml/credential_mac.rb', line 20

def expiration_date
  @expiration_date
end

#typeObject

Returns the value of attribute type.



17
18
19
# File 'lib/cxml/credential_mac.rb', line 17

def type
  @type
end