Class: ActsAsExplorable::Configuration
- Inherits:
-
Object
- Object
- ActsAsExplorable::Configuration
- Defined in:
- lib/acts_as_explorable/configuration.rb
Instance Attribute Summary collapse
-
#filters ⇒ Object
Returns the value of attribute filters.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 |
# File 'lib/acts_as_explorable/configuration.rb', line 5 def initialize @filters = {} end |
Instance Attribute Details
#filters ⇒ Object
Returns the value of attribute filters.
3 4 5 |
# File 'lib/acts_as_explorable/configuration.rb', line 3 def filters @filters end |