Method: HelloSign::Resource::Team#initialize

Defined in:
lib/hello_sign/resource/team.rb

#initialize(hash, key = 'team') ⇒ HelloSign::Resource::Team

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.



38
39
40
# File 'lib/hello_sign/resource/team.rb', line 38

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