Class: Blur::BlurResult

Inherits:
Object
  • Object
show all
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_fieldsObject



366
# File 'lib/active_blur/thrift/blur_types.rb', line 366

def struct_fields; FIELDS; end

#validateObject



368
369
# File 'lib/active_blur/thrift/blur_types.rb', line 368

def validate
end