Class: Price

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

CURRENCY =
1
AMOUNT =
2
PRICESTRING =
3
FIELDS =
{
  CURRENCY => {:type => ::Thrift::Types::STRING, :name => 'currency'},
  AMOUNT => {:type => ::Thrift::Types::STRING, :name => 'amount'},
  PRICESTRING => {:type => ::Thrift::Types::STRING, :name => 'priceString'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end