class PhraseApp::ResponseObjects::Comment

Public Class Methods

new(hash) click to toggle source

created_at, id, message, updated_at, user,

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