Method: Megam::Organizations#initialize

Defined in:
lib/megam/core/organizations.rb

#initialize(email = nil, api_key = nil) ⇒ Organizations

Returns a new instance of Organizations.



19
20
21
22
23
24
25
# File 'lib/megam/core/organizations.rb', line 19

def initialize(email=nil, api_key=nil)
  @id = nil
  @name = nil
  @accounts_id = nil
  @created_at = nil
  super(email, api_key)
end