Class: FedexWebServices::Soap::Ship::ShipmentReply

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

Returns a new instance of ShipmentReply.



3110
3111
3112
3113
3114
3115
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3110

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.



3105
3106
3107
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3105

def highestSeverity
  @highestSeverity
end

#notificationsObject

Returns the value of attribute notifications.



3106
3107
3108
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3106

def notifications
  @notifications
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



3107
3108
3109
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3107

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



3108
3109
3110
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3108

def version
  @version
end