Class: HelloSign::Resource::Template
- Inherits:
- 
      BaseResource
      
        - Object
- BaseResource
- HelloSign::Resource::Template
 
- Defined in:
- lib/hello_sign/resource/template.rb
Overview
Contains information about Templates. Take a look at our API Documentation for Templates (app.hellosign.com/api/reference#Template) for more information about this.
Instance Attribute Summary
Attributes inherited from BaseResource
#data, #headers, #raw_data, #warnings
Instance Method Summary collapse
- 
  
    
      #initialize(hash, key = 'template')  ⇒ HelloSign::Resource::Template 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    Creates a new Template from a hash. 
Methods inherited from BaseResource
Constructor Details
#initialize(hash, key = 'template') ⇒ HelloSign::Resource::Template
Creates a new Template from a hash. If a key is defined then Template data will be the value of hash, otherwise the hash itself.
| 38 39 40 | # File 'lib/hello_sign/resource/template.rb', line 38 def initialize(hash, key='template') super end | 
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class HelloSign::Resource::BaseResource