Class: Blur::BlurResult
- Inherits:
-
Object
- Object
- Blur::BlurResult
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/active_blur/thrift/blur_types.rb
Constant Summary collapse
- LOCATIONID =
1
- SCORE =
2
- FETCHRESULT =
3
- FIELDS =
{ LOCATIONID => {:type => ::Thrift::Types::STRING, :name => 'locationId'}, SCORE => {:type => ::Thrift::Types::DOUBLE, :name => 'score'}, FETCHRESULT => {:type => ::Thrift::Types::STRUCT, :name => 'fetchResult', :class => ::Blur::FetchResult} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
366 |
# File 'lib/active_blur/thrift/blur_types.rb', line 366 def struct_fields; FIELDS; end |
#validate ⇒ Object
368 369 |
# File 'lib/active_blur/thrift/blur_types.rb', line 368 def validate end |