Sha256: 99c4935e4e5b2637634591889ea8c2b1ca659160028b3e3125defb8df9b5c0ab

Contents?: true

Size: 245 Bytes

Versions: 2

Compression:

Stored size: 245 Bytes

Contents

# frozen_string_literal: true

class RocketfuelApi::Service::AdvertisementAdAssignment < RocketfuelApi::Service
  def initialize(connection)
    @read_only = true

    super(connection)
  end

  def uri_suffix
    'ads/ad_assignments'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rocketfuel_api-0.1.1 lib/rocketfuel_api/service/advertisement_ad_assignment.rb
rocketfuel_api-0.1.0 lib/rocketfuel_api/service/advertisement_ad_assignment.rb