Class: Gecko::Record::FulfillmentLineItemAdapter
- Inherits:
-
BaseAdapter
- Object
- BaseAdapter
- Gecko::Record::FulfillmentLineItemAdapter
- Defined in:
- lib/gecko/record/fulfillment_line_item.rb
Instance Attribute Summary
Attributes inherited from BaseAdapter
Instance Method Summary collapse
-
#all ⇒ Array<Gecko::Record::FulfillmentLineItem>
private
Returns all cached records for testing.
Methods inherited from BaseAdapter
#build, #count, #extract_collection, #extract_record, #fetch, #find, #find_many, #first, #forty_two, #has_record_for_id?, #initialize, #instantiate_and_register_record, #parse_records, #record_for_id, #save, #size, #where
Constructor Details
This class inherits a constructor from Gecko::Record::BaseAdapter
Instance Method Details
#all ⇒ Array<Gecko::Record::FulfillmentLineItem>
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns all cached records for testing
21 22 23 |
# File 'lib/gecko/record/fulfillment_line_item.rb', line 21 def all @identity_map.values end |