Class: As2::Config::Partner
- Inherits:
-
Struct
- Object
- Struct
- As2::Config::Partner
- Defined in:
- lib/as2/config.rb
Instance Attribute Summary collapse
-
#certificate ⇒ Object
Returns the value of attribute certificate.
-
#mdn_format ⇒ Object
Returns the value of attribute mdn_format.
-
#name ⇒ Object
Returns the value of attribute name.
-
#outbound_format ⇒ Object
Returns the value of attribute outbound_format.
-
#tls_verify_mode ⇒ Object
Returns the value of attribute tls_verify_mode.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#certificate ⇒ Object
Returns the value of attribute certificate
15 16 17 |
# File 'lib/as2/config.rb', line 15 def certificate @certificate end |
#mdn_format ⇒ Object
Returns the value of attribute mdn_format
15 16 17 |
# File 'lib/as2/config.rb', line 15 def mdn_format @mdn_format end |
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/as2/config.rb', line 15 def name @name end |
#outbound_format ⇒ Object
Returns the value of attribute outbound_format
15 16 17 |
# File 'lib/as2/config.rb', line 15 def outbound_format @outbound_format end |
#tls_verify_mode ⇒ Object
Returns the value of attribute tls_verify_mode
15 16 17 |
# File 'lib/as2/config.rb', line 15 def tls_verify_mode @tls_verify_mode end |
#url ⇒ Object
Returns the value of attribute url
15 16 17 |
# File 'lib/as2/config.rb', line 15 def url @url end |