Class: FedexWebServices::Soap::Close::Notification
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::Notification
- Defined in:
- lib/fedex_web_services/soap/CloseServiceDefinitions.rb
Overview
http://fedex.com/ws/close/v4Notification
severity - FedexWebServices::Soap::Close::NotificationSeverityType
source - SOAP::SOAPString
code - SOAP::SOAPString
- SOAP::SOAPString
localizedMessage - SOAP::SOAPString
- FedexWebServices::Soap::Close::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.
461 462 463 464 465 466 467 468 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 461 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.
456 457 458 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 456 def code @code end |
#localizedMessage ⇒ Object
Returns the value of attribute localizedMessage.
458 459 460 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 458 def localizedMessage @localizedMessage end |
#message ⇒ Object
Returns the value of attribute message.
457 458 459 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 457 def @message end |
#messageParameters ⇒ Object
Returns the value of attribute messageParameters.
459 460 461 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 459 def @messageParameters end |
#severity ⇒ Object
Returns the value of attribute severity.
454 455 456 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 454 def severity @severity end |
#source ⇒ Object
Returns the value of attribute source.
455 456 457 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 455 def source @source end |