Method: PostageApp::Configuration#protocol
- Defined in:
-
lib/postageapp/configuration.rb,
lib/postageapp/configuration.rb
The protocol used to connect to the service (default: ‘https’ for secure and ‘http’ for insecure connections)
8 9 10 |
# File 'lib/postageapp/configuration.rb', line 8 def protocol @protocol end |