Class: FedexWebServices::Soap::Rate::ServiceSubOptionDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::ServiceSubOptionDetail
- 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
-
#freightGuarantee ⇒ Object
Returns the value of attribute freightGuarantee.
-
#smartPostHubId ⇒ Object
Returns the value of attribute smartPostHubId.
-
#smartPostIndicia ⇒ Object
Returns the value of attribute smartPostIndicia.
Instance Method Summary collapse
-
#initialize(freightGuarantee = nil, smartPostHubId = nil, smartPostIndicia = nil) ⇒ ServiceSubOptionDetail
constructor
A new instance of ServiceSubOptionDetail.
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
#freightGuarantee ⇒ Object
Returns the value of attribute freightGuarantee.
2438 2439 2440 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2438 def freightGuarantee @freightGuarantee end |
#smartPostHubId ⇒ Object
Returns the value of attribute smartPostHubId.
2439 2440 2441 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2439 def smartPostHubId @smartPostHubId end |
#smartPostIndicia ⇒ Object
Returns the value of attribute smartPostIndicia.
2440 2441 2442 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2440 def smartPostIndicia @smartPostIndicia end |