Class: FedexWebServices::Soap::Ship::HomeDeliveryPremiumDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::HomeDeliveryPremiumDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12HomeDeliveryPremiumDetail
homeDeliveryPremiumType - FedexWebServices::Soap::Ship::HomeDeliveryPremiumType
date - SOAP::SOAPDate
phoneNumber - SOAP::SOAPString
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#homeDeliveryPremiumType ⇒ Object
Returns the value of attribute homeDeliveryPremiumType.
-
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
Instance Method Summary collapse
-
#initialize(homeDeliveryPremiumType = nil, date = nil, phoneNumber = nil) ⇒ HomeDeliveryPremiumDetail
constructor
A new instance of HomeDeliveryPremiumDetail.
Constructor Details
#initialize(homeDeliveryPremiumType = nil, date = nil, phoneNumber = nil) ⇒ HomeDeliveryPremiumDetail
Returns a new instance of HomeDeliveryPremiumDetail.
1829 1830 1831 1832 1833 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1829 def initialize(homeDeliveryPremiumType = nil, date = nil, phoneNumber = nil) @homeDeliveryPremiumType = homeDeliveryPremiumType @date = date @phoneNumber = phoneNumber end |
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
1826 1827 1828 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1826 def date @date end |
#homeDeliveryPremiumType ⇒ Object
Returns the value of attribute homeDeliveryPremiumType.
1825 1826 1827 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1825 def homeDeliveryPremiumType @homeDeliveryPremiumType end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
1827 1828 1829 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1827 def phoneNumber @phoneNumber end |