Sha256: 4871e9f2df9519f82074b77ce145a2c119390d33d8e5f614bbaa839daf454622
Contents?: true
Size: 352 Bytes
Versions: 2
Compression:
Stored size: 352 Bytes
Contents
module SmartyStreets module USEnrichment module Secondary module Count class Response attr_reader :smarty_key, :count, :etag def initialize(obj, etag=nil) @smarty_key = obj['smarty_key'] @count = obj['count'] @etag = etag end end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems