Class: CompanyScope::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/company_scope.rb

Instance Attribute Summary collapse

Instance Attribute Details

#company_modelObject

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_matcherObject

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

#enabledObject

Returns the value of attribute enabled.



15
16
17
# File 'lib/company_scope.rb', line 15

def enabled
  @enabled
end