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,



74
75
76
77
# File 'lib/phraseapp-ruby.rb', line 74

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