Class: FedexWebServices::Soap::Ship::DeliveryOnInvoiceAcceptanceDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::DeliveryOnInvoiceAcceptanceDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12DeliveryOnInvoiceAcceptanceDetail
recipient - FedexWebServices::Soap::Ship::Party
trackingId - FedexWebServices::Soap::Ship::TrackingId
Instance Attribute Summary collapse
-
#recipient ⇒ Object
Returns the value of attribute recipient.
-
#trackingId ⇒ Object
Returns the value of attribute trackingId.
Instance Method Summary collapse
-
#initialize(recipient = nil, trackingId = nil) ⇒ DeliveryOnInvoiceAcceptanceDetail
constructor
A new instance of DeliveryOnInvoiceAcceptanceDetail.
Constructor Details
#initialize(recipient = nil, trackingId = nil) ⇒ DeliveryOnInvoiceAcceptanceDetail
Returns a new instance of DeliveryOnInvoiceAcceptanceDetail.
1207 1208 1209 1210 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1207 def initialize(recipient = nil, trackingId = nil) @recipient = recipient @trackingId = trackingId end |
Instance Attribute Details
#recipient ⇒ Object
Returns the value of attribute recipient.
1204 1205 1206 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1204 def recipient @recipient end |
#trackingId ⇒ Object
Returns the value of attribute trackingId.
1205 1206 1207 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1205 def trackingId @trackingId end |