Class: Besepa::User

Inherits:
Resource show all
Includes:
ApiCalls::Create, ApiCalls::Destroy, ApiCalls::List, ApiCalls::Search, ApiCalls::Update
Defined in:
lib/besepa/user.rb

Constant Summary collapse

FIELDS =
[:id, :name, :email, :account_id, :owner, :created_at, :updated_at, :last_sign_in_at, :time_zone, :notify_errors, :notify_mandate_signs]

Constants inherited from Resource

Resource::ALLOWED_NILS

Constants included from Besepa::Utils::Request

Besepa::Utils::Request::END_POINT_URL_PREFIX

Instance Attribute Summary

Attributes inherited from Resource

#activities

Method Summary

Methods included from ApiCalls::Destroy

#destroy

Methods included from ApiCalls::Update

#save

Methods included from ApiCalls::Create

included

Methods included from ApiCalls::Search

included

Methods included from ApiCalls::List

included

Methods inherited from Resource

#allowed_nils, api_path, #as_json, handle_errors, #initialize, klass_name, #klass_name, query_params, #serializable_hash, #to_hash

Methods included from Besepa::Utils::Request

#delete, #get, #post, #put

Methods included from Besepa::Utils::Connection

#connection

Constructor Details

This class inherits a constructor from Besepa::Resource