Class: Pupper::Config
- Inherits:
-
Object
- Object
- Pupper::Config
- Defined in:
- lib/pupper.rb
Instance Attribute Summary collapse
-
#audit_with ⇒ Object
Returns the value of attribute audit_with.
-
#user_agent ⇒ Object
Returns the value of attribute user_agent.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
Instance Attribute Details
#audit_with ⇒ Object
Returns the value of attribute audit_with.
27 28 29 |
# File 'lib/pupper.rb', line 27 def audit_with @audit_with end |
#user_agent ⇒ Object
Returns the value of attribute user_agent.
27 28 29 |
# File 'lib/pupper.rb', line 27 def user_agent @user_agent end |