Class: InterpretationDebugInfo

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

Constant Summary collapse

SCORECOMPONENTS =
1
FINALSCORE =
2
FIELDS =
{
  SCORECOMPONENTS => {:type => ::Thrift::Types::LIST, :name => 'scoreComponents', :element => {:type => ::Thrift::Types::STRUCT, :class => ::DebugScoreComponent}, :optional => true},
  FINALSCORE => {:type => ::Thrift::Types::I32, :name => 'finalScore', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



440
441
# File 'lib/thrift/geocoder_types.rb', line 440

def validate
end