Method: Packr::Collection#keys=

Defined in:
lib/packr/base2/collection.rb

#keys=(value) ⇒ Object (writeonly)

Sets the attribute keys

Parameters:

  • value

    the value to set the attribute keys to.



6
7
8
# File 'lib/packr/base2/collection.rb', line 6

def keys=(value)
  @keys = value
end