Class: HelloSign::Proxy::Settings
- Inherits:
-
Object
- Object
- Object
- HelloSign::Proxy::Settings
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
Instance Method Details
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
|