Class: FedexWebServices::Soap::Ship::BrokerDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#brokerObject

Returns the value of attribute broker.



107
108
109
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 107

def broker
  @broker
end

#typeObject

Returns the value of attribute type.



106
107
108
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 106

def type
  @type
end