Class: FedexWebServices::Soap::Rate::FreightGuaranteeDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#dateObject

Returns the value of attribute date.



1194
1195
1196
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1194

def date
  @date
end

#typeObject

Returns the value of attribute type.



1193
1194
1195
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1193

def type
  @type
end