Class: FeatureId

Inherits:
Object
  • Object
show all
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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



142
143
# File 'lib/thrift/geocoder_types.rb', line 142

def validate
end