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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end