Class: Net::HTTPS
- Inherits:
-
HTTP
- Object
- HTTP
- Net::HTTPS
- Defined in:
- lib/googlecalendar/net.rb
Instance Method Summary collapse
-
#initialize(address, port = nil) ⇒ HTTPS
constructor
A new instance of HTTPS.
Constructor Details
#initialize(address, port = nil) ⇒ HTTPS
Returns a new instance of HTTPS.
9 10 11 12 |
# File 'lib/googlecalendar/net.rb', line 9 def initialize(address, port = nil) super(address, port) self.use_ssl = true end |