Sha256: 94f192dda2d9affad9c7917314548d087df7e17baa0a4023fe09a57eeef3687a
Contents?: true
Size: 209 Bytes
Versions: 48
Compression:
Stored size: 209 Bytes
Contents
module Sections def get_section(id, options = {}) options.merge!(basic_auth: @auth, headers: @headers) response = self.class.get(base_api_endpoint("ReferenceData/Sections/#{id}"), options) end end
Version data entries
48 entries across 48 versions & 1 rubygems