Class: FedexWebServices::Soap::Rate::ReturnEMailDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::ReturnEMailDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13ReturnEMailDetail
merchantPhoneNumber - SOAP::SOAPString
allowedSpecialServices - FedexWebServices::Soap::Rate::ReturnEMailAllowedSpecialServiceType
Instance Attribute Summary collapse
-
#allowedSpecialServices ⇒ Object
Returns the value of attribute allowedSpecialServices.
-
#merchantPhoneNumber ⇒ Object
Returns the value of attribute merchantPhoneNumber.
Instance Method Summary collapse
-
#initialize(merchantPhoneNumber = nil, allowedSpecialServices = []) ⇒ ReturnEMailDetail
constructor
A new instance of ReturnEMailDetail.
Constructor Details
#initialize(merchantPhoneNumber = nil, allowedSpecialServices = []) ⇒ ReturnEMailDetail
Returns a new instance of ReturnEMailDetail.
2385 2386 2387 2388 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2385 def initialize(merchantPhoneNumber = nil, allowedSpecialServices = []) @merchantPhoneNumber = merchantPhoneNumber @allowedSpecialServices = allowedSpecialServices end |
Instance Attribute Details
#allowedSpecialServices ⇒ Object
Returns the value of attribute allowedSpecialServices.
2383 2384 2385 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2383 def allowedSpecialServices @allowedSpecialServices end |
#merchantPhoneNumber ⇒ Object
Returns the value of attribute merchantPhoneNumber.
2382 2383 2384 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2382 def merchantPhoneNumber @merchantPhoneNumber end |