Class: PhraseApp::ResponseObjects::Authorization

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

Direct Known Subclasses

AuthorizationWithToken

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ Authorization

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



38
39
40
41
# File 'lib/phraseapp-ruby.rb', line 38

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