Class: PhraseApp::ResponseObjects::Format

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

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ Format

api_name, default_encoding, default_file, description, exportable, extension, importable, includes_locale_information, name, renders_default_locale,



138
139
140
141
# File 'lib/phraseapp-ruby.rb', line 138

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