Class: GetCountryInfoResponse

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

COUNTRYCODE =
1
COUNTRYINEEA =
2
COUNTRYSETOFEEA =
3
FIELDS =
{
  COUNTRYCODE => {:type => ::Thrift::Types::STRING, :name => 'countryCode'},
  COUNTRYINEEA => {:type => ::Thrift::Types::BOOL, :name => 'countryInEEA'},
  COUNTRYSETOFEEA => {:type => ::Thrift::Types::SET, :name => 'countrySetOfEEA', :element => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end