Class: FedexWebServices::Soap::Rate::ContentRecord
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::ContentRecord
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13ContentRecord
partNumber - SOAP::SOAPString
itemNumber - SOAP::SOAPString
receivedQuantity - SOAP::SOAPNonNegativeInteger
description - SOAP::SOAPString
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#itemNumber ⇒ Object
Returns the value of attribute itemNumber.
-
#partNumber ⇒ Object
Returns the value of attribute partNumber.
-
#receivedQuantity ⇒ Object
Returns the value of attribute receivedQuantity.
Instance Method Summary collapse
-
#initialize(partNumber = nil, itemNumber = nil, receivedQuantity = nil, description = nil) ⇒ ContentRecord
constructor
A new instance of ContentRecord.
Constructor Details
#initialize(partNumber = nil, itemNumber = nil, receivedQuantity = nil, description = nil) ⇒ ContentRecord
Returns a new instance of ContentRecord.
414 415 416 417 418 419 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 414 def initialize(partNumber = nil, itemNumber = nil, receivedQuantity = nil, description = nil) @partNumber = partNumber @itemNumber = itemNumber @receivedQuantity = receivedQuantity @description = description end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
412 413 414 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 412 def description @description end |
#itemNumber ⇒ Object
Returns the value of attribute itemNumber.
410 411 412 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 410 def itemNumber @itemNumber end |
#partNumber ⇒ Object
Returns the value of attribute partNumber.
409 410 411 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 409 def partNumber @partNumber end |
#receivedQuantity ⇒ Object
Returns the value of attribute receivedQuantity.
411 412 413 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 411 def receivedQuantity @receivedQuantity end |