Module: Afipws::PreserveRawSSLCipherString
- Defined in:
- lib/afipws/client.rb
Instance Method Summary collapse
Instance Method Details
#ciphers=(ciphers) ⇒ Object
9 10 11 12 13 |
# File 'lib/afipws/client.rb', line 9 def ciphers=(ciphers) return @ciphers = ciphers.to_s if ciphers.is_a?(RawSSLCipherString) super end |