Class: FedexWebServices::Soap::Rate::FreightGuaranteeDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::FreightGuaranteeDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13FreightGuaranteeDetail
type - FedexWebServices::Soap::Rate::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.
1196 1197 1198 1199 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1196 def initialize(type = nil, date = nil) @type = type @date = date end |
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
1194 1195 1196 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1194 def date @date end |
#type ⇒ Object
Returns the value of attribute type.
1193 1194 1195 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1193 def type @type end |