Class: InterpretationScoringFeatures

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/geocoder_types.rb

Constant Summary collapse

PERCENTOFREQUESTCOVERED =
2
PERCENTOFFEATURECOVERED =
3
FEATURETOREQUESTCENTERDISTANCE =
4
FIELDS =
{
  PERCENTOFREQUESTCOVERED => {:type => ::Thrift::Types::DOUBLE, :name => 'percentOfRequestCovered', :default => 0, :optional => true},
  PERCENTOFFEATURECOVERED => {:type => ::Thrift::Types::DOUBLE, :name => 'percentOfFeatureCovered', :default => 0, :optional => true},
  FEATURETOREQUESTCENTERDISTANCE => {:type => ::Thrift::Types::DOUBLE, :name => 'featureToRequestCenterDistance', :default => 0, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



400
# File 'lib/thrift/geocoder_types.rb', line 400

def struct_fields; FIELDS; end

#validateObject



402
403
# File 'lib/thrift/geocoder_types.rb', line 402

def validate
end