Class: Provider
Overview
Instance Attribute Summary (collapse)
-
- (Array<Affiliation>) affiliations
The Affiliations for that given Provider.
- - (Business) business
-
- (ProviderPrivacyConfiguration) privacy_configuration
The privacy configuration for the Provider.
- - (Array<Slot>) slots
Attributes inherited from User
#email, #name, #password_digest, #state
Instance Method Summary (collapse)
Methods inherited from User
Instance Attribute Details
- (Array<Affiliation>) affiliations
Returns the Affiliations for that given Provider.
14 15 16 |
# File 'app/models/provider.rb', line 14 def affiliations @affiliations end |
- (Business) business
8 9 10 |
# File 'app/models/provider.rb', line 8 def business @business end |
- (ProviderPrivacyConfiguration) privacy_configuration
Returns the privacy configuration for the Provider.
5 6 7 |
# File 'app/models/provider.rb', line 5 def privacy_configuration @privacy_configuration end |