Sha256: dbc4ccf95174d4ce089e4dd09d376b5f774e56ca67355462449551ea03a77b24

Contents?: true

Size: 384 Bytes

Versions: 52

Compression:

Stored size: 384 Bytes

Contents

module FactoryGirl
  class Decorator
    class AttributeHash < Decorator
      def initialize(component, attributes = [])
        super(component)
        @attributes = attributes
      end

      def attributes
        @attributes.inject({}) do |result, attribute_name|
          result[attribute_name] = send(attribute_name)
          result
        end
      end
    end
  end
end

Version data entries

52 entries across 40 versions & 9 rubygems

Version Path
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/factory_girl-4.7.0/lib/factory_girl/decorator/attribute_hash.rb
factory_girl-4.7.0 lib/factory_girl/decorator/attribute_hash.rb
opal-factory_girl-4.5.0.3 factory_girl/lib/factory_girl/decorator/attribute_hash.rb
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/factory_girl-4.5.0/lib/factory_girl/decorator/attribute_hash.rb
solidus_backend-1.0.0.pre3 vendor/bundle/gems/factory_girl-4.5.0/lib/factory_girl/decorator/attribute_hash.rb
solidus_backend-1.0.0.pre2 vendor/bundle/gems/factory_girl-4.5.0/lib/factory_girl/decorator/attribute_hash.rb
solidus_backend-1.0.0.pre vendor/bundle/gems/factory_girl-4.5.0/lib/factory_girl/decorator/attribute_hash.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/2.1.0/gems/factory_girl-4.4.0/lib/factory_girl/decorator/attribute_hash.rb
apl-library-0.0.90 vendor/bundle/ruby/1.9.1/gems/factory_girl-4.4.0/lib/factory_girl/decorator/attribute_hash.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/vendor/bundle/ruby/1.9.1/gems/factory_girl-4.4.0/lib/factory_girl/decorator/attribute_hash.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/factory_girl-4.4.0/lib/factory_girl/decorator/attribute_hash.rb
factory_girl-4.5.0 lib/factory_girl/decorator/attribute_hash.rb
factory_girl-4.4.0 lib/factory_girl/decorator/attribute_hash.rb
factory_girl-4.3.0 lib/factory_girl/decorator/attribute_hash.rb
challah-1.0.0 vendor/bundle/gems/factory_girl-4.2.0/lib/factory_girl/decorator/attribute_hash.rb
challah-1.0.0.beta3 vendor/bundle/gems/factory_girl-4.2.0/lib/factory_girl/decorator/attribute_hash.rb
challah-1.0.0.beta2 vendor/bundle/gems/factory_girl-4.2.0/lib/factory_girl/decorator/attribute_hash.rb
challah-1.0.0.beta vendor/bundle/gems/factory_girl-4.2.0/lib/factory_girl/decorator/attribute_hash.rb
challah-1.0.0.beta vendor/bundle/gems/factory_girl-4.1.0/lib/factory_girl/decorator/attribute_hash.rb
challah-0.9.1.beta.3 vendor/bundle/gems/factory_girl-4.1.0/lib/factory_girl/decorator/attribute_hash.rb