Class: Net::HTTPS

Inherits:
HTTP
  • Object
show all
Defined in:
lib/gdata/base.rb

Instance Method Summary collapse

Constructor Details

#initialize(address, port = nil) ⇒ HTTPS

Returns a new instance of HTTPS.



12
13
14
15
# File 'lib/gdata/base.rb', line 12

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