Sha256: 92aeba8cbfb513edd43407e3c6bdc40ca6117a5e755d6b7265fe92a755cd646d

Contents?: true

Size: 341 Bytes

Versions: 1

Compression:

Stored size: 341 Bytes

Contents

# frozen_string_literal: true

require 'gladwords/commands/core'

module Gladwords
  module Commands
    # Update command
    # This command uses the SET operator to update entities in AdWords
    # @api public
    class Update < ROM::Commands::Update
      include Core

      adapter :adwords
      adwords_operator :SET
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gladwords-1.0.1 lib/gladwords/commands/update.rb