class PhraseApp::ResponseObjects::DistributionPreview

Public Class Methods

new(hash) click to toggle source

created_at, deleted_at, id, name, platforms, project, release_count,

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