Class: RestClient::Request

Inherits:
Object show all
Defined in:
lib/fir/patches/default_headers.rb

Instance Method Summary collapse

Instance Method Details

#default_headersObject



5
6
7
# File 'lib/fir/patches/default_headers.rb', line 5

def default_headers
  { source: 'fir-cli', version: FIR::VERSION }
end