Class: FedexWebServices::Soap::Rate::DeliveryOnInvoiceAcceptanceDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::DeliveryOnInvoiceAcceptanceDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13DeliveryOnInvoiceAcceptanceDetail
recipient - FedexWebServices::Soap::Rate::Party
trackingId - FedexWebServices::Soap::Rate::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.
854 855 856 857 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 854 def initialize(recipient = nil, trackingId = nil) @recipient = recipient @trackingId = trackingId end |
Instance Attribute Details
#recipient ⇒ Object
Returns the value of attribute recipient.
851 852 853 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 851 def recipient @recipient end |
#trackingId ⇒ Object
Returns the value of attribute trackingId.
852 853 854 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 852 def trackingId @trackingId end |