lib/bookingsync-engine.rb in bookingsync-engine-5.1.0 vs lib/bookingsync-engine.rb in bookingsync-engine-6.0.0

- old
+ new

@@ -12,9 +12,12 @@ self.oauth_client_connection_options = { request: { timeout: 2 } } cattr_accessor :token_refresh_timeout_retry_count self.token_refresh_timeout_retry_count = 2 + cattr_accessor :bookingsync_id_key + self.bookingsync_id_key = :synced_id + def self.setup yield self end def self.support_multi_applications?