Class: HelloSign::Resource::Template

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

Overview

Contains information about the templates you and your team have created Take a look at our Template resource document 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 = 'template') ⇒ HelloSign::Resource:Team

create a new Template from a hash. If a key is defined then template data will be the value of hash, otherwise the hash itself



43
44
45
# File 'lib/hello_sign/resource/template.rb', line 43

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