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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end