Class: HelloSign::Resource::SignatureRequest

Inherits:
BaseResource show all
Defined in:
lib/hello_sign/resource/signature_request.rb

Overview

Contains information regarding documents that need to be signed Take a look at our signature request resource document for more information about this.

Instance Method Summary collapse

Methods inherited from BaseResource

#data, #method_missing

Constructor Details

#initialize(hash, key = 'signature_request') ⇒ HelloSign::Resource::SignatureRequest

create a new SignatureRequest from a hash. If a key is defined then account data with be the value of hash, otherwise the hash itself



20
21
22
# File 'lib/hello_sign/resource/signature_request.rb', line 20

def initialize(hash, key='signature_request')
  super
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class HelloSign::Resource::BaseResource