Class: PhraseApp::ResponseObjects::LocaleFileImport

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

Direct Known Subclasses

LocaleFileImportWithSummary

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ LocaleFileImport

created_at, file_format, id, state, updated_at,



110
111
112
113
# File 'lib/phraseapp-ruby.rb', line 110

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