Class: FullTime::University
- Inherits:
-
Object
- Object
- FullTime::University
- Extended by:
- DSL
- Defined in:
- lib/full_time/university.rb
Instance Attribute Summary collapse
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#name ⇒ Object
Returns the value of attribute name.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
Method Summary
Methods included from DSL
Instance Attribute Details
#end_date ⇒ Object
Returns the value of attribute end_date.
7 8 9 |
# File 'lib/full_time/university.rb', line 7 def end_date @end_date end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/full_time/university.rb', line 7 def name @name end |
#start_date ⇒ Object
Returns the value of attribute start_date.
7 8 9 |
# File 'lib/full_time/university.rb', line 7 def start_date @start_date end |