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.

Author:

  • hellosign

Instance Method Summary collapse

Methods inherited from BaseResource

#data, #method_missing, #warnings

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

Parameters:

  • hash (Hash)

    signature request’s data

  • key (String) (defaults to: 'signature_request')

    (signature_request) key of the hash, point to where signature request data is. If nil then the hash itself



44
45
46
# File 'lib/hello_sign/resource/signature_request.rb', line 44

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