Class: RsrParticipants
- Inherits:
-
Object
- Object
- RsrParticipants
- Defined in:
- lib/rsr_participants.rb
Instance Attribute Summary collapse
-
#authors ⇒ Object
Returns the value of attribute authors.
Class Method Summary collapse
Instance Attribute Details
#authors ⇒ Object
Returns the value of attribute authors.
3 4 5 |
# File 'lib/rsr_participants.rb', line 3 def @authors end |
Class Method Details
.authors_for_print ⇒ Object
5 6 7 8 |
# File 'lib/rsr_participants.rb', line 5 def self. @authors = ['Renee'] @authors.join(', ') end |