Class: Relevanced::ListCentroidDocumentRange_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen-rb/relevanced.rb

Constant Summary collapse

CENTROIDID =
1
OFFSET =
2
COUNT =
3
FIELDS =
{
  CENTROIDID => {:type => ::Thrift::Types::STRING, :name => 'centroidId'},
  OFFSET => {:type => ::Thrift::Types::I64, :name => 'offset'},
  COUNT => {:type => ::Thrift::Types::I64, :name => 'count'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1866
# File 'lib/gen-rb/relevanced.rb', line 1866

def struct_fields; FIELDS; end

#validateObject



1868
1869
# File 'lib/gen-rb/relevanced.rb', line 1868

def validate
end