Class: FedexWebServices::Soap::Ship::NotificationParameter
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::NotificationParameter
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12NotificationParameter
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.
2056 2057 2058 2059 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2056 def initialize(id = nil, value = nil) @id = id @value = value end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
2053 2054 2055 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2053 def id @id end |
#value ⇒ Object
Returns the value of attribute value.
2054 2055 2056 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2054 def value @value end |