Sha256: 491f9ed981fc17bc789a74b89660e1419fc317461e105e9b26c2c3d9e5db8cec
Contents?: true
Size: 495 Bytes
Versions: 9
Compression:
Stored size: 495 Bytes
Contents
module Octobat class EmailsSetting < APIResource include Octobat::APIOperations::Create include Octobat::APIOperations::Update def self.default(params = {}, opts={}) api_key, headers = Util.parse_opts(opts) api_key ||= @api_key opts[:api_key] = api_key instance = self.new(nil, opts) response, api_key = Octobat.request(:get, url + '/default', api_key, params, opts) instance.refresh_from(response, api_key) instance end end end
Version data entries
9 entries across 9 versions & 1 rubygems