Class: PhraseApp::ResponseObjects::Invitation
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- PhraseApp::ResponseObjects::Invitation
- Defined in:
- lib/phraseapp-ruby.rb
Instance Method Summary collapse
-
#initialize(hash) ⇒ Invitation
constructor
accepted_at, created_at, email, id, locales, permissions, projects, role, state, updated_at,.
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 |