Class: Record
- Inherits:
-
Object
- Object
- Record
- Defined in:
- lib/record.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#date ⇒ Object
Returns the value of attribute date.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author.
2 3 4 |
# File 'lib/record.rb', line 2 def @author end |
#date ⇒ Object
Returns the value of attribute date.
2 3 4 |
# File 'lib/record.rb', line 2 def date @date end |