Sha256: 106a6aba8498127050f470827bcac0e7dad39ece9c7ab1ff12a84f169f1f8f6b

Contents?: true

Size: 253 Bytes

Versions: 24

Compression:

Stored size: 253 Bytes

Contents

module Actions
  module Katello
    module Subscription
      class Update < Actions::EntryAction
        def plan(subscription, subscription_params)
          subscription.update_attributes!(subscription_params)
        end
      end
    end
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
katello-3.13.0 app/lib/actions/katello/subscription/update.rb
katello-3.13.0.rc2.1 app/lib/actions/katello/subscription/update.rb
katello-3.13.0.rc2 app/lib/actions/katello/subscription/update.rb
katello-3.13.0.rc1 app/lib/actions/katello/subscription/update.rb