Class: CredHubble::Resources::UserValue
- Inherits:
-
Object
- Object
- CredHubble::Resources::UserValue
- Defined in:
- lib/cred_hubble/resources/user_credential.rb
Instance Method Summary collapse
Instance Method Details
#attributes_for_put ⇒ Object
16 17 18 |
# File 'lib/cred_hubble/resources/user_credential.rb', line 16 def attributes_for_put attributes.delete_if { |k, _| immutable_attributes.include?(k) } end |
#to_json(options = {}) ⇒ Object
12 13 14 |
# File 'lib/cred_hubble/resources/user_credential.rb', line 12 def to_json( = {}) attributes.to_json() end |