Class: FedexWebServices::Soap::Ship::Notification
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::Notification
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12Notification
severity - FedexWebServices::Soap::Ship::NotificationSeverityType
source - SOAP::SOAPString
code - SOAP::SOAPString
- SOAP::SOAPString
localizedMessage - SOAP::SOAPString
- FedexWebServices::Soap::Ship::NotificationParameter
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#localizedMessage ⇒ Object
Returns the value of attribute localizedMessage.
-
#message ⇒ Object
Returns the value of attribute message.
-
#messageParameters ⇒ Object
Returns the value of attribute messageParameters.
-
#severity ⇒ Object
Returns the value of attribute severity.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Method Summary collapse
-
#initialize(severity = nil, source = nil, code = nil, message = nil, localizedMessage = nil, messageParameters = []) ⇒ Notification
constructor
A new instance of Notification.
Constructor Details
#initialize(severity = nil, source = nil, code = nil, message = nil, localizedMessage = nil, messageParameters = []) ⇒ Notification
Returns a new instance of Notification.
2039 2040 2041 2042 2043 2044 2045 2046 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2039 def initialize(severity = nil, source = nil, code = nil, = nil, localizedMessage = nil, = []) @severity = severity @source = source @code = code @message = @localizedMessage = localizedMessage @messageParameters = end |
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
2034 2035 2036 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2034 def code @code end |
#localizedMessage ⇒ Object
Returns the value of attribute localizedMessage.
2036 2037 2038 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2036 def localizedMessage @localizedMessage end |
#message ⇒ Object
Returns the value of attribute message.
2035 2036 2037 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2035 def @message end |
#messageParameters ⇒ Object
Returns the value of attribute messageParameters.
2037 2038 2039 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2037 def @messageParameters end |
#severity ⇒ Object
Returns the value of attribute severity.
2032 2033 2034 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2032 def severity @severity end |
#source ⇒ Object
Returns the value of attribute source.
2033 2034 2035 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2033 def source @source end |