Class: Net::HTTPS

Inherits:
HTTP
  • Object
show all
Defined in:
lib/roo/google.rb

Instance Method Summary collapse

Constructor Details

#initialize(address, port = nil) ⇒ HTTPS

Returns a new instance of HTTPS.



13
14
15
16
# File 'lib/roo/google.rb', line 13

def initialize(address, port = nil)
  super(address, port)
  self.use_ssl = true
end