Class: PaidCallMetadataResult

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

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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end