class RestClient::Request

Public Instance Methods

default_headers() click to toggle source
# File lib/fir/patches/default_headers.rb, line 5
def default_headers
  { source: 'fir-cli', version: FIR::VERSION }
end