class PhraseApp::ResponseObjects::Invitation
Public Class Methods
new(hash)
click to toggle source
accepted_at, created_at, email, id, locales, permissions, projects, role, state, updated_at,
Calls superclass method
# File lib/phraseapp-ruby.rb, line 170 def initialize(hash) super(hash) PhraseApp.handle_times(self) end