Class: PhraseApp::ResponseObjects::LocaleFileImportWithSummary
- Inherits:
-
LocaleFileImport
- Object
- OpenStruct
- LocaleFileImport
- PhraseApp::ResponseObjects::LocaleFileImportWithSummary
- Defined in:
- lib/phraseapp-ruby.rb
Instance Method Summary collapse
-
#initialize(hash) ⇒ LocaleFileImportWithSummary
constructor
summary,.
Constructor Details
#initialize(hash) ⇒ LocaleFileImportWithSummary
summary,
126 127 128 129 |
# File 'lib/phraseapp-ruby.rb', line 126 def initialize(hash) super(hash) PhraseApp.handle_times(self) end |