Class: HelloSign::Proxy::Settings

Inherits:
Object
  • Object
show all
Defined in:
lib/hello_sign/proxy/settings.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

#showObject



7
8
9
# File 'lib/hello_sign/proxy/settings.rb', line 7

def show
  @client.get('/account')
end

#update(params = {}) ⇒ Object



11
12
13
# File 'lib/hello_sign/proxy/settings.rb', line 11

def update(params = {})
  @client.post('/account', body: params)
end