Class: Relevanced::ListCentroidDocumentRangeFromID_args
- Inherits:
-
Object
- Object
- Relevanced::ListCentroidDocumentRangeFromID_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/relevanced.rb
Constant Summary collapse
- CENTROIDID =
1- DOCUMENTID =
2- COUNT =
3- FIELDS =
{ CENTROIDID => {:type => ::Thrift::Types::STRING, :name => 'centroidId'}, DOCUMENTID => {:type => ::Thrift::Types::STRING, :name => 'documentId'}, COUNT => {:type => ::Thrift::Types::I64, :name => 'count'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1904 |
# File 'lib/gen-rb/relevanced.rb', line 1904 def struct_fields; FIELDS; end |
#validate ⇒ Object
1906 1907 |
# File 'lib/gen-rb/relevanced.rb', line 1906 def validate end |