Class: HotelPrice::Configuration
- Inherits:
-
Object
- Object
- HotelPrice::Configuration
- Defined in:
- lib/hotel_price.rb
Instance Attribute Summary collapse
-
#agoda_api_key ⇒ Object
Agoda API key.
-
#selenium_driver ⇒ Object
Returns the value of attribute selenium_driver.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
66 67 68 |
# File 'lib/hotel_price.rb', line 66 def initialize @agoda_api_key = nil end |
Instance Attribute Details
#agoda_api_key ⇒ Object
Agoda API key
63 64 65 |
# File 'lib/hotel_price.rb', line 63 def agoda_api_key @agoda_api_key end |
#selenium_driver ⇒ Object
Returns the value of attribute selenium_driver.
64 65 66 |
# File 'lib/hotel_price.rb', line 64 def selenium_driver @selenium_driver end |