Sha256: 4714e0f329352529a25fbcfd187fa3f450c270de538f71a1cda68448ea3033d7

Contents?: true

Size: 323 Bytes

Versions: 28

Compression:

Stored size: 323 Bytes

Contents

module Deface
  module Actions
    class ElementAction < Action
      attr_reader :source_element

      def initialize(options = {})
        super(options)
        @source_element = options[:source_element]
        raise(DefaceError, "No source_element option specified") unless @source_element
      end
    end
  end
end

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
solidus_backend-1.0.0.pre2 vendor/bundle/gems/deface-1.0.1/lib/deface/actions/element_action.rb
solidus_backend-1.0.0.pre vendor/bundle/gems/deface-1.0.1/lib/deface/actions/element_action.rb
deface-1.0.1 lib/deface/actions/element_action.rb
deface-1.0.0 lib/deface/actions/element_action.rb
deface-1.0.0.rc4 lib/deface/actions/element_action.rb
deface-1.0.0.rc3 lib/deface/actions/element_action.rb
deface-1.0.0.rc2 lib/deface/actions/element_action.rb
deface-1.0.0.rc1 lib/deface/actions/element_action.rb