Class: FedexWebServices::Soap::Ship::ReturnEMailDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::ReturnEMailDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12ReturnEMailDetail
merchantPhoneNumber - SOAP::SOAPString
allowedSpecialServices - FedexWebServices::Soap::Ship::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.
2712 2713 2714 2715 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2712 def initialize(merchantPhoneNumber = nil, allowedSpecialServices = []) @merchantPhoneNumber = merchantPhoneNumber @allowedSpecialServices = allowedSpecialServices end |
Instance Attribute Details
#allowedSpecialServices ⇒ Object
Returns the value of attribute allowedSpecialServices.
2710 2711 2712 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2710 def allowedSpecialServices @allowedSpecialServices end |
#merchantPhoneNumber ⇒ Object
Returns the value of attribute merchantPhoneNumber.
2709 2710 2711 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2709 def merchantPhoneNumber @merchantPhoneNumber end |