Class: Nesstar::StudyDate

Inherits:
Object
  • Object
show all
Defined in:
lib/nesstar-api/study_date.rb

Overview

Dates that are important to the study eg. start date or end date

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date.



6
7
8
# File 'lib/nesstar-api/study_date.rb', line 6

def date
  @date
end

#typeObject

Returns the value of attribute type.



6
7
8
# File 'lib/nesstar-api/study_date.rb', line 6

def type
  @type
end