Class: RsrParticipants

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#authorsObject

Returns the value of attribute authors.



3
4
5
# File 'lib/rsr_participants.rb', line 3

def authors
  @authors
end

Class Method Details

.authors_for_printObject



5
6
7
8
# File 'lib/rsr_participants.rb', line 5

def self.authors_for_print
	@authors = ['Renee']
	@authors.join(', ')
end