class PhraseApp::ResponseObjects::Branch

Public Class Methods

new(hash) click to toggle source

created_at, created_by, merged_at, merged_by, name, state, updated_at,

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