Method: Rufus::Google::Http#initialize

Defined in:
lib/rufus/ahttp.rb

#initialize(auth_token) ⇒ Http

Returns a new instance of Http.



42
43
44
45
46
47
48
49
50
# File 'lib/rufus/ahttp.rb', line 42

def initialize (auth_token)

  @auth_token = auth_token

  super(nil)
  #super({})

  @allow_all_redirects = true
end