Class: FedexWebServices::Soap::Ship::NaftaProducer
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::NaftaProducer
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12NaftaProducer
id - SOAP::SOAPString
producer - FedexWebServices::Soap::Ship::Party
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#producer ⇒ Object
Returns the value of attribute producer.
Instance Method Summary collapse
-
#initialize(id = nil, producer = nil) ⇒ NaftaProducer
constructor
A new instance of NaftaProducer.
Constructor Details
#initialize(id = nil, producer = nil) ⇒ NaftaProducer
Returns a new instance of NaftaProducer.
2018 2019 2020 2021 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2018 def initialize(id = nil, producer = nil) @id = id @producer = producer end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
2015 2016 2017 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2015 def id @id end |
#producer ⇒ Object
Returns the value of attribute producer.
2016 2017 2018 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2016 def producer @producer end |