Class: ProductValidationScheme

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

KEY =
10
OFFSET =
11
SIZE =
12
FIELDS =
{
  KEY => {:type => ::Thrift::Types::STRING, :name => 'key'},
  OFFSET => {:type => ::Thrift::Types::I64, :name => 'offset'},
  SIZE => {:type => ::Thrift::Types::I64, :name => 'size'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end