Class: GeocodeFeatures
- Inherits:
-
Object
- Object
- GeocodeFeatures
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/geocoder_types.rb
Constant Summary collapse
- FEATURES =
1
- FIELDS =
{ FEATURES => {:type => ::Thrift::Types::LIST, :name => 'features', :element => {:type => ::Thrift::Types::STRUCT, :class => ::GeocodeFeature}, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
356 |
# File 'lib/thrift/geocoder_types.rb', line 356 def struct_fields; FIELDS; end |
#validate ⇒ Object
358 359 |
# File 'lib/thrift/geocoder_types.rb', line 358 def validate end |