Class: FedexWebServices::Soap::Ship::CompletedSmartPostDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::CompletedSmartPostDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12CompletedSmartPostDetail
pickUpCarrier - FedexWebServices::Soap::Ship::CarrierCodeType
machinable - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#machinable ⇒ Object
Returns the value of attribute machinable.
-
#pickUpCarrier ⇒ Object
Returns the value of attribute pickUpCarrier.
Instance Method Summary collapse
-
#initialize(pickUpCarrier = nil, machinable = nil) ⇒ CompletedSmartPostDetail
constructor
A new instance of CompletedSmartPostDetail.
Constructor Details
#initialize(pickUpCarrier = nil, machinable = nil) ⇒ CompletedSmartPostDetail
Returns a new instance of CompletedSmartPostDetail.
572 573 574 575 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 572 def initialize(pickUpCarrier = nil, machinable = nil) @pickUpCarrier = pickUpCarrier @machinable = machinable end |
Instance Attribute Details
#machinable ⇒ Object
Returns the value of attribute machinable.
570 571 572 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 570 def machinable @machinable end |
#pickUpCarrier ⇒ Object
Returns the value of attribute pickUpCarrier.
569 570 571 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 569 def pickUpCarrier @pickUpCarrier end |