class HelloSign::Resource::UnclaimedDraft

Contains information about an UnclaimedDraft. Take a look at our API documentation for the UnclaimedDraft resource (app.hellosign.com/api/reference#UnclaimedDraft) for more information about this.

@author [hellosign]

Public Class Methods

new(hash, key='unclaimed_draft') click to toggle source

Creates a new UnclaimedDraft from a hash. If a key is defined then UnclaimedDraft data with be the value of hash, otherwise the hash itself. @param hash [Hash] UnclaimedDraft's data @param key [String] (unclaimed_draft) Key of the hash, point to where UnclaimedDraft data is. If nil, then the hash itself.

@return [HelloSign::Resource::UnclaimedDraft] an UnclaimedDraft

Calls superclass method HelloSign::Resource::BaseResource::new
# File lib/hello_sign/resource/unclaimed_draft.rb, line 38
def initialize(hash, key='unclaimed_draft')
  super
end