Class: Savon::GlobalOptions
- Inherits:
-
Object
- Object
- Savon::GlobalOptions
- Defined in:
- lib/nfedobrasil/monkey_patches.rb
Instance Method Summary collapse
Instance Method Details
#ssl_plcs_file(ssl_plcs_file) ⇒ Object
5 6 7 |
# File 'lib/nfedobrasil/monkey_patches.rb', line 5 def ssl_plcs_file(ssl_plcs_file) @options[:ssl_plcs_file] = ssl_plcs_file end |
#ssl_plcs_password(ssl_plcs_password) ⇒ Object
9 10 11 |
# File 'lib/nfedobrasil/monkey_patches.rb', line 9 def ssl_plcs_password(ssl_plcs_password) @options[:ssl_plcs_password] = ssl_plcs_password end |