Class: BulkSlugLookupRequest

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/geocoder_types.rb

Constant Summary collapse

SLUGS =
1
PARAMS =
2
FIELDS =
{
  SLUGS => {:type => ::Thrift::Types::LIST, :name => 'slugs', :element => {:type => ::Thrift::Types::STRING}, :optional => true},
  PARAMS => {:type => ::Thrift::Types::STRUCT, :name => 'params', :class => ::CommonGeocodeRequestParams, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



645
646
# File 'lib/thrift/geocoder_types.rb', line 645

def validate
end