class FedexWebServices::Soap::Close::SmartPostCloseReply
{fedex.com/ws/close/v4}SmartPostCloseReply
highestSeverity - FedexWebServices::Soap::Close::NotificationSeverityType notifications - FedexWebServices::Soap::Close::Notification transactionDetail - FedexWebServices::Soap::Close::TransactionDetail version - FedexWebServices::Soap::Close::VersionId
Attributes
highestSeverity[RW]
notifications[RW]
transactionDetail[RW]
version[RW]
Public Class Methods
new(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil)
click to toggle source
# File lib/fedex_web_services/soap/CloseServiceDefinitions.rb, line 632 def initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil) @highestSeverity = highestSeverity @notifications = notifications @transactionDetail = transactionDetail @version = version end