Class: SoapObject::SslOptions
- Inherits:
-
Object
- Object
- SoapObject::SslOptions
- Defined in:
- lib/soap-object/ssl_options.rb
Instance Attribute Summary collapse
-
#verify_mode ⇒ Object
Returns the value of attribute verify_mode.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ SslOptions
constructor
A new instance of SslOptions.
- #options ⇒ Object
Constructor Details
#initialize {|_self| ... } ⇒ SslOptions
Returns a new instance of SslOptions.
5 6 7 |
# File 'lib/soap-object/ssl_options.rb', line 5 def initialize yield self if block_given? end |
Instance Attribute Details
#verify_mode ⇒ Object
Returns the value of attribute verify_mode.
3 4 5 |
# File 'lib/soap-object/ssl_options.rb', line 3 def verify_mode @verify_mode end |
#version ⇒ Object
Returns the value of attribute version.
3 4 5 |
# File 'lib/soap-object/ssl_options.rb', line 3 def version @version end |
Instance Method Details
#options ⇒ Object
9 10 11 |
# File 'lib/soap-object/ssl_options.rb', line 9 def end |