Class: GetCountryInfoResponse
- Inherits:
-
Object
- Object
- GetCountryInfoResponse
- 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_fields ⇒ Object
6341 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6341 def struct_fields; FIELDS; end |
#validate ⇒ Object
6343 6344 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6343 def validate end |