Class: PhraseApp::ResponseObjects::DistributionPreview

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/phraseapp-ruby.rb

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ DistributionPreview

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



130
131
132
133
# File 'lib/phraseapp-ruby.rb', line 130

def initialize(hash)
  super(hash)
  PhraseApp.handle_times(self)
end