Class: FedexWebServices::Soap::Rate::DateRange

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

Instance Method Summary collapse

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

#beginsObject

Returns the value of attribute begins.



813
814
815
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 813

def begins
  @begins
end

#endsObject

Returns the value of attribute ends.



814
815
816
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 814

def ends
  @ends
end