Method: InventoryRefresh::InventoryCollection::Reference#loadable?
- Defined in:
- lib/inventory_refresh/inventory_collection/reference.rb
#loadable? ⇒ Boolean
38 39 40 |
# File 'lib/inventory_refresh/inventory_collection/reference.rb', line 38 def loadable? keys.any? { |attribute| full_reference[attribute].present? } end |