Class: PhraseApp::ResponseObjects::AuthorizationWithToken

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

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ AuthorizationWithToken

token,



46
47
48
49
# File 'lib/phraseapp-ruby.rb', line 46

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