Class: Customer
- Inherits:
-
Object
- Object
- Customer
- Defined in:
- app/models/customer.rb
Overview
Instance Attribute Summary (collapse)
-
- (Array<Affiliation>) affiliations
The Affiliations for that given Customer.
Instance Method Summary (collapse)
Instance Attribute Details
- (Array<Affiliation>) affiliations
Returns the Affiliations for that given Customer.
4 5 6 |
# File 'app/models/customer.rb', line 4 def affiliations @affiliations end |