Module: URI
- Defined in:
- lib/tray/checkout/uri.rb
Instance Method Summary collapse
Instance Method Details
#ssl? ⇒ Boolean
3 4 5 |
# File 'lib/tray/checkout/uri.rb', line 3 def ssl? self.port == 443 end |
3 4 5 |
# File 'lib/tray/checkout/uri.rb', line 3 def ssl? self.port == 443 end |