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.
-
#name ⇒ Object
Returns the value of attribute name.
-
#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 |
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/as2/config.rb', line 15 def name @name end |
#url ⇒ Object
Returns the value of attribute url
15 16 17 |
# File 'lib/as2/config.rb', line 15 def url @url end |