Class: FedexWebServices::Soap::Ship::BrokerDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::BrokerDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12BrokerDetail
type - FedexWebServices::Soap::Ship::BrokerType
broker - FedexWebServices::Soap::Ship::Party
Instance Attribute Summary collapse
-
#broker ⇒ Object
Returns the value of attribute broker.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil, broker = nil) ⇒ BrokerDetail
constructor
A new instance of BrokerDetail.
Constructor Details
#initialize(type = nil, broker = nil) ⇒ BrokerDetail
Returns a new instance of BrokerDetail.
109 110 111 112 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 109 def initialize(type = nil, broker = nil) @type = type @broker = broker end |
Instance Attribute Details
#broker ⇒ Object
Returns the value of attribute broker.
107 108 109 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 107 def broker @broker end |
#type ⇒ Object
Returns the value of attribute type.
106 107 108 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 106 def type @type end |