Class: FedexWebServices::Soap::Rate::Notification
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::Notification
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13Notification
severity - FedexWebServices::Soap::Rate::NotificationSeverityType
source - SOAP::SOAPString
code - SOAP::SOAPString
- SOAP::SOAPString
localizedMessage - SOAP::SOAPString
- FedexWebServices::Soap::Rate::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.
1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1744 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.
1739 1740 1741 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1739 def code @code end |
#localizedMessage ⇒ Object
Returns the value of attribute localizedMessage.
1741 1742 1743 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1741 def localizedMessage @localizedMessage end |
#message ⇒ Object
Returns the value of attribute message.
1740 1741 1742 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1740 def @message end |
#messageParameters ⇒ Object
Returns the value of attribute messageParameters.
1742 1743 1744 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1742 def @messageParameters end |
#severity ⇒ Object
Returns the value of attribute severity.
1737 1738 1739 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1737 def severity @severity end |
#source ⇒ Object
Returns the value of attribute source.
1738 1739 1740 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1738 def source @source end |