Class: FedexWebServices::Soap::Ship::ProcessTagReply

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, completedShipmentDetail = nil) ⇒ ProcessTagReply

Returns a new instance of ProcessTagReply.



2419
2420
2421
2422
2423
2424
2425
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2419

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

Instance Attribute Details

#completedShipmentDetailObject

Returns the value of attribute completedShipmentDetail.



2417
2418
2419
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2417

def completedShipmentDetail
  @completedShipmentDetail
end

#highestSeverityObject

Returns the value of attribute highestSeverity.



2413
2414
2415
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2413

def highestSeverity
  @highestSeverity
end

#notificationsObject

Returns the value of attribute notifications.



2414
2415
2416
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2414

def notifications
  @notifications
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



2415
2416
2417
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2415

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



2416
2417
2418
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2416

def version
  @version
end