Class: FedexWebServices::Soap::Ship::PendingShipmentDetail

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

Overview

http://fedex.com/ws/ship/v12PendingShipmentDetail

type - FedexWebServices::Soap::Ship::PendingShipmentType
expirationDate - SOAP::SOAPDate
emailLabelDetail - FedexWebServices::Soap::Ship::EMailLabelDetail

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, expirationDate = nil, emailLabelDetail = nil) ⇒ PendingShipmentDetail

Returns a new instance of PendingShipmentDetail.



2301
2302
2303
2304
2305
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2301

def initialize(type = nil, expirationDate = nil, emailLabelDetail = nil)
  @type = type
  @expirationDate = expirationDate
  @emailLabelDetail = emailLabelDetail
end

Instance Attribute Details

#emailLabelDetailObject

Returns the value of attribute emailLabelDetail.



2299
2300
2301
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2299

def emailLabelDetail
  @emailLabelDetail
end

#expirationDateObject

Returns the value of attribute expirationDate.



2298
2299
2300
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2298

def expirationDate
  @expirationDate
end

#typeObject

Returns the value of attribute type.



2297
2298
2299
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2297

def type
  @type
end