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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end