Class: PaidCallAdCountry

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
RATEDIVISION =
2
FIELDS =
{
  COUNTRYCODE => {:type => ::Thrift::Types::STRING, :name => 'countryCode'},
  RATEDIVISION => {:type => ::Thrift::Types::STRING, :name => 'rateDivision'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end