Class: Swisspost::AddressService::Quality
- Inherits:
-
Struct
- Object
- Struct
- Swisspost::AddressService::Quality
- Defined in:
- lib/swisspost/address_service.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
66 67 68 |
# File 'lib/swisspost/address_service.rb', line 66 def description @description end |
#value ⇒ Object
Returns the value of attribute value
66 67 68 |
# File 'lib/swisspost/address_service.rb', line 66 def value @value end |
Instance Method Details
#to_s ⇒ Object
67 68 69 |
# File 'lib/swisspost/address_service.rb', line 67 def to_s description end |