Class: Bogus::Configuration
- Inherits:
-
Object
- Object
- Bogus::Configuration
- Defined in:
- lib/bogus/configuration.rb
Instance Attribute Summary collapse
-
#fake_ar_attributes ⇒ Object
Returns the value of attribute fake_ar_attributes.
- #search_modules ⇒ Object
Instance Attribute Details
#fake_ar_attributes ⇒ Object
Returns the value of attribute fake_ar_attributes.
4 5 6 |
# File 'lib/bogus/configuration.rb', line 4 def fake_ar_attributes @fake_ar_attributes end |
#search_modules ⇒ Object
6 7 8 |
# File 'lib/bogus/configuration.rb', line 6 def search_modules @search_modules ||= [Object] end |