Class: Ticket

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

TICKETID =
1
DISPLAYORDER =
2
OWNERNAME =
3
TICKETCLASS =
4
SEATCLASS =
5
SEATINFOPRIMARY =
6
SEATINFOSECONDARY =
7
FCID =
8
PRICESTRING =
9
TICKETDESC =
10
QRCODEID =
11
QRCODEVALUE =
12
QRCODETYPE =
13
FACEPHOTOURL =
14
UIINFO =
15
FIELDS =
{
  TICKETID => {:type => ::Thrift::Types::BYTE, :name => 'ticketId'},
  DISPLAYORDER => {:type => ::Thrift::Types::I32, :name => 'displayOrder'},
  OWNERNAME => {:type => ::Thrift::Types::STRING, :name => 'ownerName'},
  TICKETCLASS => {:type => ::Thrift::Types::STRING, :name => 'ticketClass'},
  SEATCLASS => {:type => ::Thrift::Types::STRING, :name => 'seatClass'},
  SEATINFOPRIMARY => {:type => ::Thrift::Types::STRING, :name => 'seatInfoPrimary'},
  SEATINFOSECONDARY => {:type => ::Thrift::Types::STRING, :name => 'seatInfoSecondary'},
  FCID => {:type => ::Thrift::Types::STRING, :name => 'fcId'},
  PRICESTRING => {:type => ::Thrift::Types::STRING, :name => 'priceString'},
  TICKETDESC => {:type => ::Thrift::Types::STRING, :name => 'ticketDesc'},
  QRCODEID => {:type => ::Thrift::Types::STRING, :name => 'qrCodeId'},
  QRCODEVALUE => {:type => ::Thrift::Types::STRING, :name => 'qrCodeValue'},
  QRCODETYPE => {:type => ::Thrift::Types::STRING, :name => 'qrCodeType'},
  FACEPHOTOURL => {:type => ::Thrift::Types::STRING, :name => 'facePhotoUrl'},
  UIINFO => {:type => ::Thrift::Types::STRING, :name => 'uiInfo'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end