Class: RestClient::Request
- Defined in:
- lib/flappy/patches/default_headers.rb
Instance Method Summary collapse
Instance Method Details
#default_headers ⇒ Object
5 6 7 |
# File 'lib/flappy/patches/default_headers.rb', line 5 def default_headers { content_type: :json, source: 'fir-cli', version: Flappy::VERSION } end |