Class: Accountability::Configuration
- Inherits:
-
Object
- Object
- Accountability::Configuration
- Defined in:
- lib/accountability/configuration.rb
Class Attribute Summary collapse
- .admin_checker ⇒ Object
-
.billable_identifier ⇒ Object
Returns the value of attribute billable_identifier.
Class Attribute Details
.admin_checker ⇒ Object
7 8 9 10 11 12 13 |
# File 'lib/accountability/configuration.rb', line 7 def admin_checker if @admin_checker.is_a? Proc @admin_checker else -> { true } end end |
.billable_identifier ⇒ Object
Returns the value of attribute billable_identifier.
4 5 6 |
# File 'lib/accountability/configuration.rb', line 4 def billable_identifier @billable_identifier end |