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

ID =
1
EXPIRATIONTIME =
10
MAXUSECOUNT =
21
FIELDS =
{
  ID => {:type => ::Thrift::Types::STRING, :name => 'id'},
  EXPIRATIONTIME => {:type => ::Thrift::Types::I64, :name => 'expirationTime'},
  MAXUSECOUNT => {:type => ::Thrift::Types::I32, :name => 'maxUseCount'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end