Class: PhraseApp::ResponseObjects::Invitation

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

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ Invitation

accepted_at, created_at, email, id, locales, permissions, projects, role, state, updated_at,



170
171
172
173
# File 'lib/phraseapp-ruby.rb', line 170

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