Class: HelloSign::Proxy::Account
- Defined in:
- lib/hello_sign/proxy/account.rb
Constant Summary
Constants inherited from Object
Instance Method Summary collapse
Methods inherited from Object
Constructor Details
This class inherits a constructor from HelloSign::Proxy::Object
Instance Method Details
#create(params = {}) ⇒ Object
8 9 10 |
# File 'lib/hello_sign/proxy/account.rb', line 8 def create(params = {}) @client.post('/account/create', body: params, auth_not_required: true) end |