Class: FedexWebServices::Soap::Ship::CancelPendingShipmentReply

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil) ⇒ CancelPendingShipmentReply

Returns a new instance of CancelPendingShipmentReply.



126
127
128
129
130
131
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 126

def initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil)
  @highestSeverity = highestSeverity
  @notifications = notifications
  @transactionDetail = transactionDetail
  @version = version
end

Instance Attribute Details

#highestSeverityObject

Returns the value of attribute highestSeverity.



121
122
123
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 121

def highestSeverity
  @highestSeverity
end

#notificationsObject

Returns the value of attribute notifications.



122
123
124
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 122

def notifications
  @notifications
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



123
124
125
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 123

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



124
125
126
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 124

def version
  @version
end