Class: FedexWebServices::Soap::Rate::BrokerDetail

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#brokerObject

Returns the value of attribute broker.



57
58
59
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 57

def broker
  @broker
end

#typeObject

Returns the value of attribute type.



56
57
58
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 56

def type
  @type
end