lib/youcanbookme/http_command.rb in youcanbookme-0.0.2.alpha vs lib/youcanbookme/http_command.rb in youcanbookme-0.0.3.alpha

- old
+ new

@@ -4,10 +4,10 @@ require 'faraday_middleware' module YouCanBookMe # Command for HTTP request. class HttpCommand - include CommonModule + include Loggable def initialize(account_id, password_or_token, host = nil) @account_id = account_id @password_or_token = password_or_token @host = host || YouCanBookMe::Client::API_HOST