Method: InstanceId::Configure#headers

Defined in:
lib/instance_id/configure.rb

#headersObject



11
12
13
14
15
16
# File 'lib/instance_id/configure.rb', line 11

def headers
  {
    'Authorization' => "key=#{@server_key}",
    'Content-Type'  => 'application/json'
  }
end