class PhraseApp::ResponseObjects::AuthorizationWithToken

Public Class Methods

new(hash) click to toggle source

token,

# File lib/phraseapp-ruby.rb, line 74
def initialize(hash)
  super(hash)
  PhraseApp.handle_times(self)
end