Class: FedexWebServices::Soap::Close::NotificationParameter
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::NotificationParameter
- Defined in:
- lib/fedex_web_services/soap/CloseServiceDefinitions.rb
Overview
http://fedex.com/ws/close/v4NotificationParameter
id - SOAP::SOAPString
value - SOAP::SOAPString
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(id = nil, value = nil) ⇒ NotificationParameter
constructor
A new instance of NotificationParameter.
Constructor Details
#initialize(id = nil, value = nil) ⇒ NotificationParameter
Returns a new instance of NotificationParameter.
478 479 480 481 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 478 def initialize(id = nil, value = nil) @id = id @value = value end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
475 476 477 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 475 def id @id end |
#value ⇒ Object
Returns the value of attribute value.
476 477 478 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 476 def value @value end |