Sha256: aaa4b492263869240cba83e67238d707442958bbdb3ad6a25183a212ad96d64d
Contents?: true
Size: 209 Bytes
Versions: 75
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
75 entries across 75 versions & 1 rubygems