class PhraseApp::ResponseObjects::Authorization

Public Class Methods

new(hash) click to toggle source

created_at, expires_at, hashed_token, id, note, scopes, token_last_eight, updated_at,

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