Class: HelloSign::Resource::UnclaimedDraft
- Inherits:
-
BaseResource
- Object
- BaseResource
- HelloSign::Resource::UnclaimedDraft
- Defined in:
- lib/hello_sign/resource/unclaimed_draft.rb
Overview
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.
Instance Attribute Summary
Attributes inherited from BaseResource
#data, #headers, #raw_data, #warnings
Instance Method Summary collapse
-
#initialize(hash, key = 'unclaimed_draft') ⇒ HelloSign::Resource::UnclaimedDraft
constructor
Creates a new UnclaimedDraft from a hash.
Methods inherited from BaseResource
Constructor Details
#initialize(hash, key = 'unclaimed_draft') ⇒ HelloSign::Resource::UnclaimedDraft
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.
38 39 40 |
# File 'lib/hello_sign/resource/unclaimed_draft.rb', line 38 def initialize(hash, key='unclaimed_draft') super end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class HelloSign::Resource::BaseResource