Class: CredHubble::Resources::UserValue

Inherits:
Object
  • Object
show all
Defined in:
lib/cred_hubble/resources/user_credential.rb

Instance Method Summary collapse

Instance Method Details

#attributes_for_putObject



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(options = {})
  attributes.to_json(options)
end