Class: HelloSign::Resource::BulkSendJob

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

Overview

Contains information about a BulkSendJob. Take a look at our API Documentation on BulkSendJobs (app.hellosign.com/api/reference#BulkSendJob) for more information about this.

Author:

  • hellosign

Instance Attribute Summary

Attributes inherited from BaseResource

#data, #headers, #raw_data, #warnings

Instance Method Summary collapse

Methods inherited from BaseResource

#method_missing

Constructor Details

#initialize(hash, key = 'bulk_send_job') ⇒ HelloSign::Resource::BulkSendJob

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

Parameters:

  • hash (Hash)

    BulkSendJob’s data

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

    (bulk_send_job) Key of the hash, point to where BulkSendJob data is. If nil, then the hash itself.



38
39
40
# File 'lib/hello_sign/resource/bulk_send_job.rb', line 38

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

Dynamic Method Handling

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