Class: CrvApiClient::Api::Animals::PeriodRange_
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::PeriodRange_
- Defined in:
- lib/crv_api_client/api/animals/animals.rb
Overview
/periodRange
beginDate - (any)
endDate - (any)
Instance Attribute Summary collapse
-
#beginDate ⇒ Object
Returns the value of attribute beginDate.
-
#endDate ⇒ Object
Returns the value of attribute endDate.
Instance Method Summary collapse
-
#initialize(beginDate = nil, endDate = nil) ⇒ PeriodRange_
constructor
A new instance of PeriodRange_.
Constructor Details
#initialize(beginDate = nil, endDate = nil) ⇒ PeriodRange_
Returns a new instance of PeriodRange_.
1207 1208 1209 1210 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1207 def initialize(beginDate = nil, endDate = nil) @beginDate = beginDate @endDate = endDate end |
Instance Attribute Details
#beginDate ⇒ Object
Returns the value of attribute beginDate.
1204 1205 1206 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1204 def beginDate @beginDate end |
#endDate ⇒ Object
Returns the value of attribute endDate.
1205 1206 1207 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1205 def endDate @endDate end |