Method: Cathode::ObjectCollection#names
- Defined in:
- lib/cathode/object_collection.rb
#names ⇒ Array
An array of all the ‘name` properties in this object.
22 23 24 |
# File 'lib/cathode/object_collection.rb', line 22 def names objects.map(&:name) end |