Class: CredHubble::Resources::ValueCredential

Inherits:
Credential show all
Defined in:
lib/cred_hubble/resources/value_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/value_credential.rb', line 8

def type
  Credential::VALUE_TYPE
end