Class: Blur::ExpertQuery
- Inherits:
-
Object
- Object
- Blur::ExpertQuery
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/active_blur/thrift/blur_types.rb
Constant Summary collapse
- QUERY =
1
- FILTER =
2
- FIELDS =
{ QUERY => {:type => ::Thrift::Types::STRING, :name => 'query', :binary => true}, FILTER => {:type => ::Thrift::Types::STRING, :name => 'filter', :binary => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
284 |
# File 'lib/active_blur/thrift/blur_types.rb', line 284 def struct_fields; FIELDS; end |
#validate ⇒ Object
286 287 |
# File 'lib/active_blur/thrift/blur_types.rb', line 286 def validate end |