Class: Whiplash::Configuration
- Inherits:
-
Object
- Object
- Whiplash::Configuration
- Defined in:
- lib/whiplash-batches-api.rb
Instance Attribute Summary collapse
-
#whiplash_base_url ⇒ Object
Returns the value of attribute whiplash_base_url.
-
#whiplash_email ⇒ Object
Returns the value of attribute whiplash_email.
-
#whiplash_password ⇒ Object
Returns the value of attribute whiplash_password.
Instance Attribute Details
#whiplash_base_url ⇒ Object
Returns the value of attribute whiplash_base_url.
15 16 17 |
# File 'lib/whiplash-batches-api.rb', line 15 def whiplash_base_url @whiplash_base_url end |
#whiplash_email ⇒ Object
Returns the value of attribute whiplash_email.
15 16 17 |
# File 'lib/whiplash-batches-api.rb', line 15 def whiplash_email @whiplash_email end |
#whiplash_password ⇒ Object
Returns the value of attribute whiplash_password.
15 16 17 |
# File 'lib/whiplash-batches-api.rb', line 15 def whiplash_password @whiplash_password end |