Class: CredHubble::Resources::RsaCredential

Inherits:
Credential show all
Defined in:
lib/cred_hubble/resources/rsa_credential.rb

Constant Summary

Constants inherited from Credential

Credential::TYPES

Instance Method Summary collapse

Methods inherited from Credential

#attributes_for_put

Methods inherited from RestResource

from_json, #to_json

Instance Method Details

#typeObject



19
20
21
# File 'lib/cred_hubble/resources/rsa_credential.rb', line 19

def type
  Credential::RSA_TYPE
end