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