Sha256: 8952caf013f561ac28636849e925ac409315f4f8fb2ddc9a2df067f2d2bf6737

Contents?: true

Size: 272 Bytes

Versions: 5

Compression:

Stored size: 272 Bytes

Contents

module SmartyStreets
  module USEnrichment
    module GeoReference
      class CensusBlockEntry
        attr_reader :accuracy, :geoid

        def initialize(obj)
          @accuracy = obj['accuracy']
          @geoid = obj['geoid']
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
smartystreets_ruby_sdk-5.20.6 lib/smartystreets_ruby_sdk/us_enrichment/geo_reference/census_block_entry.rb
smartystreets_ruby_sdk-5.20.4 lib/smartystreets_ruby_sdk/us_enrichment/geo_reference/census_block_entry.rb
smartystreets_ruby_sdk-5.20.3 lib/smartystreets_ruby_sdk/us_enrichment/geo_reference/census_block_entry.rb
smartystreets_ruby_sdk-5.20.2 lib/smartystreets_ruby_sdk/us_enrichment/geo_reference/census_block_entry.rb
smartystreets_ruby_sdk-5.19.0 lib/smartystreets_ruby_sdk/us_enrichment/geo_reference/census_block_entry.rb