Class: Relevanced::AddDocumentsToCentroid_result

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

Constant Summary collapse

SUCCESS =
0
CENTROIDERR =
1
DOCERR =
2
BOTHERR =
3
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::AddDocumentsToCentroidResponse},
  CENTROIDERR => {:type => ::Thrift::Types::STRUCT, :name => 'centroidErr', :class => ::ECentroidDoesNotExist},
  DOCERR => {:type => ::Thrift::Types::STRUCT, :name => 'docErr', :class => ::EDocumentDoesNotExist},
  BOTHERR => {:type => ::Thrift::Types::STRUCT, :name => 'bothErr', :class => ::EDocumentAlreadyInCentroid}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end