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.



279
280
281
282
# File 'lib/crv_api_client/api/animals/animals.rb', line 279

def initialize(beginDate = nil, endDate = nil)
  @beginDate = beginDate
  @endDate = endDate
end

Instance Attribute Details

#beginDateObject

Returns the value of attribute beginDate.



276
277
278
# File 'lib/crv_api_client/api/animals/animals.rb', line 276

def beginDate
  @beginDate
end

#endDateObject

Returns the value of attribute endDate.



277
278
279
# File 'lib/crv_api_client/api/animals/animals.rb', line 277

def endDate
  @endDate
end