Class: Whoopsie::Railtie::Config
- Inherits:
-
Struct
- Object
- Struct
- Whoopsie::Railtie::Config
- Defined in:
- lib/whoopsie/railtie.rb
Instance Attribute Summary collapse
-
#email_prefix ⇒ Object
Returns the value of attribute email_prefix.
-
#enable ⇒ Object
Returns the value of attribute enable.
-
#recipients ⇒ Object
Returns the value of attribute recipients.
-
#sender ⇒ Object
Returns the value of attribute sender.
Instance Attribute Details
#email_prefix ⇒ Object
Returns the value of attribute email_prefix
3 4 5 |
# File 'lib/whoopsie/railtie.rb', line 3 def email_prefix @email_prefix end |
#enable ⇒ Object
Returns the value of attribute enable
3 4 5 |
# File 'lib/whoopsie/railtie.rb', line 3 def enable @enable end |
#recipients ⇒ Object
Returns the value of attribute recipients
3 4 5 |
# File 'lib/whoopsie/railtie.rb', line 3 def recipients @recipients end |
#sender ⇒ Object
Returns the value of attribute sender
3 4 5 |
# File 'lib/whoopsie/railtie.rb', line 3 def sender @sender end |