Sha256: bc220e45a932a48eb319c615daef40dbaf7f40832a87add4a91f0975fec7a8ed
Contents?: true
Size: 213 Bytes
Versions: 2
Compression:
Stored size: 213 Bytes
Contents
# frozen_string_literal: true class RocketfuelApi::Service::Pixel < RocketfuelApi::Service def initialize(connection) @read_only = true super(connection) end def uri_suffix 'pixels' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rocketfuel_api-0.1.1 | lib/rocketfuel_api/service/pixel.rb |
rocketfuel_api-0.1.0 | lib/rocketfuel_api/service/pixel.rb |