Method: YNAB::ApiClient#default_headers

Defined in:
lib/ynab/api_client.rb

#default_headersHash

Defines the headers to be used in HTTP requests of all API calls by default.

Returns:

  • (Hash)


25
26
27
# File 'lib/ynab/api_client.rb', line 25

def default_headers
  @default_headers
end