module Sections

Public Instance Methods

get_section(id, options={}) click to toggle source
# File lib/tessitura_rest/reference_data/sections.rb, line 3
def get_section (id, options={})
  options.merge!(basic_auth: @auth, headers: @headers)
  response = self.class.get(base_api_endpoint("ReferenceData/Sections/#{id}"), options)
end