class HelloSign::Resource::BulkSendJob
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]
Public Class Methods
new(hash, key='bulk_send_job')
click to toggle source
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. @param hash [Hash] BulkSendJob's data @param key [String] (bulk_send_job) Key of the hash, point to where BulkSendJob
data is. If nil, then the hash itself.
@return [HelloSign::Resource::BulkSendJob] a BulkSendJob
Calls superclass method
HelloSign::Resource::BaseResource::new
# File lib/hello_sign/resource/bulk_send_job.rb, line 38 def initialize(hash, key='bulk_send_job') super end