class HelloSign::Resource::Account
Contains information about an Account
and its settings. Take a look at our API Documentation on the Account
resource (app.hellosign.com/api/reference#Account) for more information about this.
@author [hellosign]
Public Class Methods
new(hash, key='account')
click to toggle source
Creates a new Account
from a hash. If key defined then account data with be the value of hash, otherwise the hash itself. @param hash [Hash] Account's data @param key [String] (account) key of the hash, point to where Account
data is. If nil, then the hash itself.
@return [HelloSign::Resource::Account] an Account
Calls superclass method
# File lib/hello_sign/resource/account.rb, line 38 def initialize(hash, key='account') super end