Class: FedexWebServices::Soap::Ship::FreightGuaranteeDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::FreightGuaranteeDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12FreightGuaranteeDetail
type - FedexWebServices::Soap::Ship::FreightGuaranteeType
date - SOAP::SOAPDate
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil, date = nil) ⇒ FreightGuaranteeDetail
constructor
A new instance of FreightGuaranteeDetail.
Constructor Details
#initialize(type = nil, date = nil) ⇒ FreightGuaranteeDetail
Returns a new instance of FreightGuaranteeDetail.
1513 1514 1515 1516 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1513 def initialize(type = nil, date = nil) @type = type @date = date end |
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
1511 1512 1513 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1511 def date @date end |
#type ⇒ Object
Returns the value of attribute type.
1510 1511 1512 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1510 def type @type end |