class PhraseApp::ResponseObjects::Account
Public Class Methods
new(hash)
click to toggle source
company, created_at, id, name, updated_at,
Calls superclass method
# File lib/phraseapp-ruby.rb, line 34 def initialize(hash) super(hash) PhraseApp.handle_times(self) end