class Idnow::GetRequest

Public Class Methods

new(path, content_type = 'application/json') click to toggle source
Calls superclass method
# File lib/idnow/get_request.rb, line 7
def initialize(path, content_type = 'application/json')
  super(path)
  self['Content-Type'] = content_type
end