Class: PhraseApp::ResponseObjects::Account

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/phraseapp-ruby.rb

Direct Known Subclasses

AccountDetails

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ Account

company, created_at, id, name, updated_at,



34
35
36
37
# File 'lib/phraseapp-ruby.rb', line 34

def initialize(hash)
  super(hash)
  PhraseApp.handle_times(self)
end