Class: HelloSign::Resource::ApiApp

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

Overview

Contains information about an team and its members. Take a look at our API Application resource document for more information about this.

Author:

  • hellosign

Instance Method Summary collapse

Methods inherited from BaseResource

#data, #method_missing, #warnings

Constructor Details

#initialize(hash, key = 'api_app') ⇒ HelloSign::Resource:ApiApp

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



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

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