Method: PostageApp::Configuration#secure
- Defined in:
- lib/postageapp/configuration.rb
#secure ⇒ Object Also known as: secure?
true for https, false for http connections (default: is true)
4 5 6 |
# File 'lib/postageapp/configuration.rb', line 4 def secure @secure end |