Class: Relevanced::MultiCreateCentroids_result
- Inherits:
-
Object
- Object
- Relevanced::MultiCreateCentroids_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/relevanced.rb
Constant Summary collapse
- SUCCESS =
0
- ERR =
1
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::MultiCreateCentroidsResponse}, ERR => {:type => ::Thrift::Types::STRUCT, :name => 'err', :class => ::ECentroidAlreadyExists} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1501 |
# File 'lib/gen-rb/relevanced.rb', line 1501 def struct_fields; FIELDS; end |
#validate ⇒ Object
1503 1504 |
# File 'lib/gen-rb/relevanced.rb', line 1503 def validate end |