Class: FedexWebServices::Soap::Ship::DateRange
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::DateRange
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12DateRange
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.
1135 1136 1137 1138 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1135 def initialize(begins = nil, ends = nil) @begins = begins @ends = ends end |
Instance Attribute Details
#begins ⇒ Object
Returns the value of attribute begins.
1132 1133 1134 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1132 def begins @begins end |
#ends ⇒ Object
Returns the value of attribute ends.
1133 1134 1135 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1133 def ends @ends end |