Class: HelloSign::Proxy::Object

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

Constant Summary collapse

DEFAULT_PAGE =
1

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Object

Returns a new instance of Object.



6
7
8
# File 'lib/hello_sign/proxy/object.rb', line 6

def initialize(client)
  @client = client
end