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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end