class BulkSlugLookupResponse

Constants

DEBUGLINES
FIELDS
INTERPRETATIONINDEXES
INTERPRETATIONS
PARENTFEATURES

Public Instance Methods

struct_fields() click to toggle source
# File lib/thrift/geocoder_types.rb, line 665
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/thrift/geocoder_types.rb, line 667
def validate
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field interpretations is unset!') unless @interpretations
end