lib/expedia.rb in expedia-0.0.3 vs lib/expedia.rb in expedia-0.0.4
- old
+ new
@@ -21,10 +21,10 @@
module Expedia
class << self
attr_accessor :cid, :api_key, :shared_secret, :format, :locale,
- :currency_code, :minor_rev
+ :currency_code, :minor_rev, :timeout, :open_timeout
# Default way to setup Expedia. Run generator to create
# a fresh initializer with all configuration values.
def setup
yield self