Sha256: bb352786a082616656aab4c24b97b9697790d5eb8ae22578b7068d1cac2f338f
Contents?: true
Size: 193 Bytes
Versions: 4
Compression:
Stored size: 193 Bytes
Contents
def stub_upland_mobile_commons_request(path, method:, body: nil) stub_request(method, "https://secure.mcommons.com/api/#{path}") .with(body: body, basic_auth: [username, password]) end
Version data entries
4 entries across 4 versions & 1 rubygems