class HelloSign::Resource::Team

Contains information about a Team and its members. Take a look at our API Documentation on the Team Resource (app.hellosign.com/api/reference#Team) for more information about this.

@author [hellosign]

Public Class Methods

new(hash, key='team') click to toggle source

Creates a new Team from a hash. If a key is defined then team data with be the value of hash, otherwise the hash itself. @param hash [Hash] Team's data @param key [String] (team) Key of the hash, point to where Team data is. If nil, then the hash itself.

@return [HelloSign::Resource::Team] a Team

Calls superclass method HelloSign::Resource::BaseResource::new
# File lib/hello_sign/resource/team.rb, line 38
def initialize(hash, key='team')
  super
end