Method: Planter::Color#attributes

Defined in:
lib/planter/color.rb

#attributesObject

Returns an array of all Color attributes as symbols.



369
370
371
# File 'lib/planter/color.rb', line 369

def attributes
  ATTRIBUTE_NAMES
end