Class: Relevanced::RemoveDocumentsFromCentroid_result
- Inherits:
-
Object
- Object
- Relevanced::RemoveDocumentsFromCentroid_result
- 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 => ::RemoveDocumentsFromCentroidResponse}, 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 => ::EDocumentNotInCentroid} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1645 |
# File 'lib/gen-rb/relevanced.rb', line 1645 def struct_fields; FIELDS; end |
#validate ⇒ Object
1647 1648 |
# File 'lib/gen-rb/relevanced.rb', line 1647 def validate end |