Class: CrvApiClient::Api::Animals::PeriodRange_

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/animals/animals.rb

Overview

/periodRange

beginDate - (any)
endDate - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#beginDateObject

Returns the value of attribute beginDate.



1204
1205
1206
# File 'lib/crv_api_client/api/animals/animals.rb', line 1204

def beginDate
  @beginDate
end

#endDateObject

Returns the value of attribute endDate.



1205
1206
1207
# File 'lib/crv_api_client/api/animals/animals.rb', line 1205

def endDate
  @endDate
end