Sha256: 837456b40b365bbb991289660658b4715189997e069de781d112bc1ca4c19bc8
Contents?: true
Size: 490 Bytes
Versions: 18
Compression:
Stored size: 490 Bytes
Contents
module Octobat class ExportsSetting < 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) instance.refresh_from(response, api_key) instance end end end
Version data entries
18 entries across 18 versions & 1 rubygems