Module: Protocool
- Extended by:
- Protocool
- Included in:
- Protocool
- Defined in:
- lib/protocool.rb,
lib/protocool/version.rb
Defined Under Namespace
Modules: VERSION
Instance Method Summary collapse
Instance Method Details
#https ⇒ Object
5 6 7 |
# File 'lib/protocool.rb', line 5 def https use_ssl? ? 'https' : 'http' end |
#protocol ⇒ Object
9 10 11 |
# File 'lib/protocool.rb', line 9 def protocol "#{Protocool.https}://" end |