Class: GeocodeResponse
- Inherits:
-
Object
- Object
- GeocodeResponse
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/geocoder_types.rb
Constant Summary collapse
- INTERPRETATIONS =
1
- DEBUGLINES =
2
- REQUESTWKTGEOMETRY =
3
- FIELDS =
{ INTERPRETATIONS => {:type => ::Thrift::Types::LIST, :name => 'interpretations', :element => {:type => ::Thrift::Types::STRUCT, :class => ::GeocodeInterpretation}}, DEBUGLINES => {:type => ::Thrift::Types::LIST, :name => 'debugLines', :element => {:type => ::Thrift::Types::STRING}, :optional => true}, REQUESTWKTGEOMETRY => {:type => ::Thrift::Types::STRING, :name => 'requestWktGeometry', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
488 |
# File 'lib/thrift/geocoder_types.rb', line 488 def struct_fields; FIELDS; end |
#validate ⇒ Object
490 491 |
# File 'lib/thrift/geocoder_types.rb', line 490 def validate end |