Class: PaidCallMetadataResult
- Inherits:
-
Object
- Object
- PaidCallMetadataResult
- 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
- CURRENCYEXCHANGERATES =
1
- RECOMMENDEDCOUNTRYCODES =
2
- ADCOUNTRIES =
3
- SUPPORTEDCALLEDCOUNTRYCODES =
4
- FIELDS =
{ CURRENCYEXCHANGERATES => {:type => ::Thrift::Types::LIST, :name => 'currencyExchangeRates', :element => {:type => ::Thrift::Types::STRUCT, :class => ::PaidCallCurrencyExchangeRate}}, RECOMMENDEDCOUNTRYCODES => {:type => ::Thrift::Types::LIST, :name => 'recommendedCountryCodes', :element => {:type => ::Thrift::Types::STRING}}, ADCOUNTRIES => {:type => ::Thrift::Types::LIST, :name => 'adCountries', :element => {:type => ::Thrift::Types::STRUCT, :class => ::PaidCallAdCountry}}, SUPPORTEDCALLEDCOUNTRYCODES => {:type => ::Thrift::Types::LIST, :name => 'supportedCalledCountryCodes', :element => {:type => ::Thrift::Types::STRING}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
15881 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15881 def struct_fields; FIELDS; end |
#validate ⇒ Object
15883 15884 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15883 def validate end |