Class: FullTime::University

Inherits:
Object
  • Object
show all
Extended by:
DSL
Defined in:
lib/full_time/university.rb

Instance Attribute Summary collapse

Method Summary

Methods included from DSL

dsl_attr_accessor

Instance Attribute Details

#end_dateObject

Returns the value of attribute end_date.



7
8
9
# File 'lib/full_time/university.rb', line 7

def end_date
  @end_date
end

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/full_time/university.rb', line 7

def name
  @name
end

#start_dateObject

Returns the value of attribute start_date.



7
8
9
# File 'lib/full_time/university.rb', line 7

def start_date
  @start_date
end