Class: Relevanced::MultiGetDocumentSimilarity_args

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

Constant Summary collapse

CENTROIDIDS =
1
DOCUMENTID =
2
FIELDS =
{
  CENTROIDIDS => {:type => ::Thrift::Types::LIST, :name => 'centroidIds', :element => {:type => ::Thrift::Types::STRING}},
  DOCUMENTID => {:type => ::Thrift::Types::STRING, :name => 'documentId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end