class PhraseApp::ResponseObjects::Distribution

Public Class Methods

new(hash) click to toggle source

created_at, deleted_at, id, name, platforms, project, releases,

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