Class: SendgridThreads::Config
- Inherits:
-
Object
- Object
- SendgridThreads::Config
- Defined in:
- lib/sendgrid_threads/config.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#raise_exceptions ⇒ Object
Returns the value of attribute raise_exceptions.
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
6 7 8 |
# File 'lib/sendgrid_threads/config.rb', line 6 def key @key end |
#logger ⇒ Object
Returns the value of attribute logger.
6 7 8 |
# File 'lib/sendgrid_threads/config.rb', line 6 def logger @logger end |
#raise_exceptions ⇒ Object
Returns the value of attribute raise_exceptions.
6 7 8 |
# File 'lib/sendgrid_threads/config.rb', line 6 def raise_exceptions @raise_exceptions end |
#secret ⇒ Object
Returns the value of attribute secret.
6 7 8 |
# File 'lib/sendgrid_threads/config.rb', line 6 def secret @secret end |
#url ⇒ Object
Returns the value of attribute url.
6 7 8 |
# File 'lib/sendgrid_threads/config.rb', line 6 def url @url end |