Class: TreezorConnect::User

Inherits:
ApiResource show all
Extended by:
ApiOperations::Create, ApiOperations::Update
Defined in:
lib/treezor_connect/resources/user.rb

Constant Summary collapse

OBJECT_NAME =
'user'
OBJECT_KEY =
'users'
OBJECT_PRIMARY_KEY =
'userId'

Class Method Summary collapse

Methods included from ApiOperations::Create

create

Methods included from ApiOperations::Update

update

Methods inherited from ApiResource

custom_action

Methods included from ApiOperations::Request

included

Methods inherited from TreezorObject

constantize_object_class, construct_from, create_instance, define_readers, extract_id, #initialize, set_attributes, #to_hash

Constructor Details

This class inherits a constructor from TreezorConnect::TreezorObject

Class Method Details

.resource_urlObject



12
13
14
# File 'lib/treezor_connect/resources/user.rb', line 12

def self.resource_url
  '/v1/users'
end