Class: Mudguard::Domain::SourcePolicies
- Inherits:
-
Struct
- Object
- Struct
- Mudguard::Domain::SourcePolicies
- Defined in:
- lib/mudguard/domain/source_policies.rb
Overview
Associates a source with it’s policies
Instance Attribute Summary collapse
-
#policies ⇒ Object
Returns the value of attribute policies.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#policies ⇒ Object
Returns the value of attribute policies
6 7 8 |
# File 'lib/mudguard/domain/source_policies.rb', line 6 def policies @policies end |
#source ⇒ Object
Returns the value of attribute source
6 7 8 |
# File 'lib/mudguard/domain/source_policies.rb', line 6 def source @source end |