Class: PhraseApp::ResponseObjects::Account
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- PhraseApp::ResponseObjects::Account
- Defined in:
- lib/phraseapp-ruby.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(hash) ⇒ Account
constructor
company, created_at, id, name, updated_at,.
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 |