Method: Binnacle::Configuration#encrypted

Defined in:
lib/binnacle/configuration.rb

#encryptedObject

Whether to make the requests over HTTPS, default is HTTPS



63
64
65
# File 'lib/binnacle/configuration.rb', line 63

def encrypted
  @encrypted
end