Class: InterpretationDebugInfo
- Inherits:
-
Object
- Object
- InterpretationDebugInfo
- 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_fields ⇒ Object
438 |
# File 'lib/thrift/geocoder_types.rb', line 438 def struct_fields; FIELDS; end |
#validate ⇒ Object
440 441 |
# File 'lib/thrift/geocoder_types.rb', line 440 def validate end |