Class: Adjust::Clients::Base

Inherits:
OpenStruct
  • Object
show all
Includes:
Roar::Client, Roar::JSON
Defined in:
lib/adjust/clients/base.rb

Direct Known Subclasses

Event, Revenue

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#transport_engineObject



17
18
19
# File 'lib/adjust/clients/base.rb', line 17

def transport_engine
  @transport_engine || Transport::Faraday
end

Instance Method Details

#serializeObject



13
14
15
# File 'lib/adjust/clients/base.rb', line 13

def serialize
  to_hash
end