Method: Phrase::LocaleDetails.openapi_types

Defined in:
lib/phrase/models/locale_details.rb

.openapi_typesObject

Attribute type mapping.



51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# File 'lib/phrase/models/locale_details.rb', line 51

def self.openapi_types
  {
    :'id' => :'String',
    :'name' => :'String',
    :'code' => :'String',
    :'default' => :'Boolean',
    :'main' => :'Boolean',
    :'rtl' => :'Boolean',
    :'plural_forms' => :'Array<String>',
    :'ordinal_plural_forms' => :'Array<String>',
    :'source_locale' => :'LocalePreview',
    :'fallback_locale' => :'LocalePreview',
    :'created_at' => :'DateTime',
    :'updated_at' => :'DateTime',
    :'statistics' => :'LocaleStatistics'
  }
end