Class: HelloSign::Resource::ApiApp

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

Overview

Contains information about the ApiApp resource. Take a look at our API Documentation for ApiApps (app.hellosign.com/api/reference#ApiApp) 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 = 'api_app') ⇒ HelloSign::Resource:ApiApp

Creates a new ApiApp from a hash. If a key is defined then ApiApp data with be the value of hash, otherwise the hash itself.

Parameters:

  • hash (Hash)

    ApiApp data

  • key (String) (defaults to: 'api_app')

    (api_app) key of the hash, point to where ApiApp data is. If nil, then the hash itself.



41
42
43
# File 'lib/hello_sign/resource/api_app.rb', line 41

def initialize(hash, key='api_app')
  super
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class HelloSign::Resource::BaseResource