Class: CredHubble::Resources::PasswordCredential

Inherits:
Credential show all
Defined in:
lib/cred_hubble/resources/password_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



8
9
10
# File 'lib/cred_hubble/resources/password_credential.rb', line 8

def type
  Credential::PASSWORD_TYPE
end