class Adjust::Clients::Base
Attributes
transport_engine[W]
Public Instance Methods
serialize()
click to toggle source
# File lib/adjust/clients/base.rb, line 13 def serialize to_hash end
transport_engine()
click to toggle source
# File lib/adjust/clients/base.rb, line 17 def transport_engine @transport_engine || Transport::Faraday end