Class: CompanyScope::Config
- Inherits:
-
Object
- Object
- CompanyScope::Config
- Defined in:
- lib/company_scope.rb
Instance Attribute Summary collapse
-
#company_model ⇒ Object
Returns the value of attribute company_model.
-
#company_name_matcher ⇒ Object
Returns the value of attribute company_name_matcher.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
Instance Attribute Details
#company_model ⇒ Object
Returns the value of attribute company_model.
16 17 18 |
# File 'lib/company_scope.rb', line 16 def company_model @company_model end |
#company_name_matcher ⇒ Object
Returns the value of attribute company_name_matcher.
17 18 19 |
# File 'lib/company_scope.rb', line 17 def company_name_matcher @company_name_matcher end |
#enabled ⇒ Object
Returns the value of attribute enabled.
15 16 17 |
# File 'lib/company_scope.rb', line 15 def enabled @enabled end |