Class: Nesstar::StudyDate
- Inherits:
-
Object
- Object
- Nesstar::StudyDate
- 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
-
#date ⇒ Object
Returns the value of attribute date.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
6 7 8 |
# File 'lib/nesstar-api/study_date.rb', line 6 def date @date end |
#type ⇒ Object
Returns the value of attribute type.
6 7 8 |
# File 'lib/nesstar-api/study_date.rb', line 6 def type @type end |