Class: FedexWebServices::Soap::Rate::ServiceSubOptionDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/RateServiceDefinitions.rb

Overview

http://fedex.com/ws/rate/v13ServiceSubOptionDetail

freightGuarantee - FedexWebServices::Soap::Rate::FreightGuaranteeType
smartPostHubId - SOAP::SOAPString
smartPostIndicia - FedexWebServices::Soap::Rate::SmartPostIndiciaType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(freightGuarantee = nil, smartPostHubId = nil, smartPostIndicia = nil) ⇒ ServiceSubOptionDetail

Returns a new instance of ServiceSubOptionDetail.



2442
2443
2444
2445
2446
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2442

def initialize(freightGuarantee = nil, smartPostHubId = nil, smartPostIndicia = nil)
  @freightGuarantee = freightGuarantee
  @smartPostHubId = smartPostHubId
  @smartPostIndicia = smartPostIndicia
end

Instance Attribute Details

#freightGuaranteeObject

Returns the value of attribute freightGuarantee.



2438
2439
2440
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2438

def freightGuarantee
  @freightGuarantee
end

#smartPostHubIdObject

Returns the value of attribute smartPostHubId.



2439
2440
2441
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2439

def smartPostHubId
  @smartPostHubId
end

#smartPostIndiciaObject

Returns the value of attribute smartPostIndicia.



2440
2441
2442
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2440

def smartPostIndicia
  @smartPostIndicia
end