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