Class: CustomerxTracking::Base
- Inherits:
-
Object
- Object
- CustomerxTracking::Base
- Defined in:
- lib/customerx_tracking/base.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#authorizations_is_not_present? ⇒ Boolean
7 8 9 |
# File 'lib/customerx_tracking/base.rb', line 7 def ::CustomerxTracking.credential.nil? || ::CustomerxTracking.key.nil? end |
#connection ⇒ Object
3 4 5 |
# File 'lib/customerx_tracking/base.rb', line 3 def connection @connection ||= Faraday.new() end |