class Booker::V4::CustomerClient
Constants
- DEFAULT_BASE_URL
- ENV_BASE_URL_KEY
Public Class Methods
new(options={})
click to toggle source
Calls superclass method
Booker::Client::new
# File lib/booker/v4/customer_client.rb, line 8 def initialize(options={}) super self.token_store ||= GenericTokenStore self.token_store_callback_method ||= :update_booker_access_token! end