Sha256: 87b5009d6ebb3b67cc1684be90ff17bd461472e6f85584bfe1b3b33cf8a9f908
Contents?: true
Size: 268 Bytes
Versions: 4
Compression:
Stored size: 268 Bytes
Contents
module XEClient class BaseRequest include APIClientBase::Request.module attribute :host, String attribute :account_id, String attribute :api_key, String def typhoeus_options { userpwd: [account_id, api_key].join(":") } end end end
Version data entries
4 entries across 4 versions & 1 rubygems