Class: FedexWebServices::Soap::Ship::FreightGuaranteeDetail

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

Instance Method Summary collapse

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

#dateObject

Returns the value of attribute date.



1511
1512
1513
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1511

def date
  @date
end

#typeObject

Returns the value of attribute type.



1510
1511
1512
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1510

def type
  @type
end