Class: Record

Inherits:
Object
  • Object
show all
Defined in:
lib/record.rb

Direct Known Subclasses

Clock, Commit

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author.



2
3
4
# File 'lib/record.rb', line 2

def author
  @author
end

#dateObject

Returns the value of attribute date.



2
3
4
# File 'lib/record.rb', line 2

def date
  @date
end