Class: HelloSign::Proxy::Account

Inherits:
Object
  • Object
show all
Defined in:
lib/hello_sign/proxy/account.rb

Constant Summary

Constants inherited from Object

Object::DEFAULT_PAGE

Instance Method Summary collapse

Methods inherited from Object

#initialize

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

#settingsObject



12
13
14
# File 'lib/hello_sign/proxy/account.rb', line 12

def settings
  HelloSign::Proxy::Settings.new(@client)
end