Class: FedexWebServices::Soap::Rate::DelayDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::DelayDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13DelayDetail
date - SOAP::SOAPDate
dayOfWeek - FedexWebServices::Soap::Rate::DayOfWeekType
level - FedexWebServices::Soap::Rate::DelayLevelType
point - FedexWebServices::Soap::Rate::DelayPointType
type - FedexWebServices::Soap::Rate::CommitmentDelayType
description - SOAP::SOAPString
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#dayOfWeek ⇒ Object
Returns the value of attribute dayOfWeek.
-
#description ⇒ Object
Returns the value of attribute description.
-
#level ⇒ Object
Returns the value of attribute level.
-
#point ⇒ Object
Returns the value of attribute point.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(date = nil, dayOfWeek = nil, level = nil, point = nil, type = nil, description = nil) ⇒ DelayDetail
constructor
A new instance of DelayDetail.
Constructor Details
#initialize(date = nil, dayOfWeek = nil, level = nil, point = nil, type = nil, description = nil) ⇒ DelayDetail
Returns a new instance of DelayDetail.
837 838 839 840 841 842 843 844 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 837 def initialize(date = nil, dayOfWeek = nil, level = nil, point = nil, type = nil, description = nil) @date = date @dayOfWeek = dayOfWeek @level = level @point = point @type = type @description = description end |
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
830 831 832 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 830 def date @date end |
#dayOfWeek ⇒ Object
Returns the value of attribute dayOfWeek.
831 832 833 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 831 def dayOfWeek @dayOfWeek end |
#description ⇒ Object
Returns the value of attribute description.
835 836 837 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 835 def description @description end |
#level ⇒ Object
Returns the value of attribute level.
832 833 834 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 832 def level @level end |
#point ⇒ Object
Returns the value of attribute point.
833 834 835 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 833 def point @point end |
#type ⇒ Object
Returns the value of attribute type.
834 835 836 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 834 def type @type end |