Class: FedexWebServices::Soap::Rate::BrokerDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::BrokerDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13BrokerDetail
type - FedexWebServices::Soap::Rate::BrokerType
broker - FedexWebServices::Soap::Rate::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.
59 60 61 62 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 59 def initialize(type = nil, broker = nil) @type = type @broker = broker end |
Instance Attribute Details
#broker ⇒ Object
Returns the value of attribute broker.
57 58 59 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 57 def broker @broker end |
#type ⇒ Object
Returns the value of attribute type.
56 57 58 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 56 def type @type end |