Class: Whoopsie::Railtie::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/whoopsie/railtie.rb

Instance Attribute Summary collapse

Instance Attribute Details

#email_prefixObject

Returns the value of attribute email_prefix

Returns:

  • (Object)

    the current value of email_prefix



3
4
5
# File 'lib/whoopsie/railtie.rb', line 3

def email_prefix
  @email_prefix
end

#enableObject

Returns the value of attribute enable

Returns:

  • (Object)

    the current value of enable



3
4
5
# File 'lib/whoopsie/railtie.rb', line 3

def enable
  @enable
end

#recipientsObject

Returns the value of attribute recipients

Returns:

  • (Object)

    the current value of recipients



3
4
5
# File 'lib/whoopsie/railtie.rb', line 3

def recipients
  @recipients
end

#senderObject

Returns the value of attribute sender

Returns:

  • (Object)

    the current value of sender



3
4
5
# File 'lib/whoopsie/railtie.rb', line 3

def sender
  @sender
end