Class: FedexWebServices::Soap::Rate::DateRange
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::DateRange
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13DateRange
begins - SOAP::SOAPDate
ends - SOAP::SOAPDate
Instance Attribute Summary collapse
-
#begins ⇒ Object
Returns the value of attribute begins.
-
#ends ⇒ Object
Returns the value of attribute ends.
Instance Method Summary collapse
-
#initialize(begins = nil, ends = nil) ⇒ DateRange
constructor
A new instance of DateRange.
Constructor Details
#initialize(begins = nil, ends = nil) ⇒ DateRange
Returns a new instance of DateRange.
816 817 818 819 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 816 def initialize(begins = nil, ends = nil) @begins = begins @ends = ends end |
Instance Attribute Details
#begins ⇒ Object
Returns the value of attribute begins.
813 814 815 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 813 def begins @begins end |
#ends ⇒ Object
Returns the value of attribute ends.
814 815 816 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 814 def ends @ends end |