Method: ContextIO::Account#post

Defined in:
lib/context_io/account.rb

#post(**kwargs) ⇒ Object



35
36
37
38
39
40
41
42
# File 'lib/context_io/account.rb', line 35

def post(**kwargs)
  call_api_return_updated_object(klass: Account,
                                 method: :post,
                                 identifier: id,
                                 url: call_url,
                                 valid_params: ValidPostParams::ACCOUNT,
                                 given_params: kwargs)
end