class PhraseApp::ResponseObjects::AuthorizationWithToken
Public Class Methods
new(hash)
click to toggle source
token,
Calls superclass method
PhraseApp::ResponseObjects::Authorization::new
# File lib/phraseapp-ruby.rb, line 74 def initialize(hash) super(hash) PhraseApp.handle_times(self) end