class HelloSign::Resource::ApiApp
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]
Public Class Methods
new(hash, key='api_app')
click to toggle source
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. @param hash [Hash] ApiApp
data @param key [String] (api_app) key of the hash, point to where ApiApp
data is. If nil, then the hash itself.
@return [HelloSign::Resource::ApiApp] an ApiApp
Calls superclass method
# File lib/hello_sign/resource/api_app.rb, line 38 def initialize(hash, key='api_app') super end