Class: FeatureId
- Inherits:
-
Object
- Object
- FeatureId
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/geocoder_types.rb
Constant Summary collapse
- SOURCE =
1- ID =
2- FIELDS =
{ SOURCE => {:type => ::Thrift::Types::STRING, :name => 'source'}, ID => {:type => ::Thrift::Types::STRING, :name => 'id'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
140 |
# File 'lib/thrift/geocoder_types.rb', line 140 def struct_fields; FIELDS; end |
#validate ⇒ Object
142 143 |
# File 'lib/thrift/geocoder_types.rb', line 142 def validate end |