Class: Postal::Lmapi::KeyValueType
- Inherits:
-
Object
- Object
- Postal::Lmapi::KeyValueType
- Defined in:
- lib/postal/lmapi/lmapi.rb
Overview
http://tempuri.org/ns1.xsdKeyValueType
value - SOAP::SOAPString
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value = nil, name = nil) ⇒ KeyValueType
constructor
A new instance of KeyValueType.
Constructor Details
#initialize(value = nil, name = nil) ⇒ KeyValueType
554 555 556 557 |
# File 'lib/postal/lmapi/lmapi.rb', line 554 def initialize(value = nil, name = nil) @value = value @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
552 553 554 |
# File 'lib/postal/lmapi/lmapi.rb', line 552 def name @name end |
#value ⇒ Object
Returns the value of attribute value.
551 552 553 |
# File 'lib/postal/lmapi/lmapi.rb', line 551 def value @value end |