Class: PaidCallCurrencyExchangeRate

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

CURRENCYCODE =
1
CURRENCYNAME =
2
CURRENCYSIGN =
3
PREFERRED =
4
COINRATE =
5
CREDITRATE =
6
FIELDS =
{
  CURRENCYCODE => {:type => ::Thrift::Types::STRING, :name => 'currencyCode'},
  CURRENCYNAME => {:type => ::Thrift::Types::STRING, :name => 'currencyName'},
  CURRENCYSIGN => {:type => ::Thrift::Types::STRING, :name => 'currencySign'},
  PREFERRED => {:type => ::Thrift::Types::BOOL, :name => 'preferred'},
  COINRATE => {:type => ::Thrift::Types::STRING, :name => 'coinRate'},
  CREDITRATE => {:type => ::Thrift::Types::STRING, :name => 'creditRate'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end