Class: FedexWebServices::Soap::Ship::PendingShipmentDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::PendingShipmentDetail
- 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
-
#emailLabelDetail ⇒ Object
Returns the value of attribute emailLabelDetail.
-
#expirationDate ⇒ Object
Returns the value of attribute expirationDate.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil, expirationDate = nil, emailLabelDetail = nil) ⇒ PendingShipmentDetail
constructor
A new instance of PendingShipmentDetail.
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
#emailLabelDetail ⇒ Object
Returns the value of attribute emailLabelDetail.
2299 2300 2301 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2299 def emailLabelDetail @emailLabelDetail end |
#expirationDate ⇒ Object
Returns the value of attribute expirationDate.
2298 2299 2300 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2298 def expirationDate @expirationDate end |
#type ⇒ Object
Returns the value of attribute type.
2297 2298 2299 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2297 def type @type end |