Class: PaidCallUserRate

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
RATE =
2
RATEDIVISION =
3
RATENAME =
4
FIELDS =
{
  COUNTRYCODE => {:type => ::Thrift::Types::STRING, :name => 'countryCode'},
  RATE => {:type => ::Thrift::Types::I32, :name => 'rate'},
  RATEDIVISION => {:type => ::Thrift::Types::STRING, :name => 'rateDivision'},
  RATENAME => {:type => ::Thrift::Types::STRING, :name => 'rateName'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end