Class: Locale

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

LANGUAGE =
1
COUNTRY =
2
FIELDS =
{
  LANGUAGE => {:type => ::Thrift::Types::STRING, :name => 'language'},
  COUNTRY => {:type => ::Thrift::Types::STRING, :name => 'country'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



9208
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9208

def struct_fields; FIELDS; end

#validateObject



9210
9211
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9210

def validate
end