Module: BookingSync::Engine::Models::Account
- Extended by:
- ActiveSupport::Concern
- Includes:
- BaseAccount
- Defined in:
- lib/bookingsync/engine/models/account.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary
collapse
#api, #clear_token!, #refresh_token!, #token, #update_token
Instance Method Details
#application ⇒ Object
33
34
35
|
# File 'lib/bookingsync/engine/models/account.rb', line 33
def application
nil
end
|
#application_token ⇒ Object
25
26
27
|
# File 'lib/bookingsync/engine/models/account.rb', line 25
def application_token
BookingSync::Engine.application_token
end
|
#oauth_client ⇒ Object
29
30
31
|
# File 'lib/bookingsync/engine/models/account.rb', line 29
def oauth_client
BookingSync::Engine.oauth_client
end
|