Class: FedexWebServices::Soap::Ship::CreatePendingShipmentReply

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) ⇒ CreatePendingShipmentReply

Returns a new instance of CreatePendingShipmentReply.



704
705
706
707
708
709
710
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 704

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.



702
703
704
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 702

def completedShipmentDetail
  @completedShipmentDetail
end

#highestSeverityObject

Returns the value of attribute highestSeverity.



698
699
700
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 698

def highestSeverity
  @highestSeverity
end

#notificationsObject

Returns the value of attribute notifications.



699
700
701
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 699

def notifications
  @notifications
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



700
701
702
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 700

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



701
702
703
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 701

def version
  @version
end