Class: Pripara::Song
Constant Summary collapse
- ATTR_KEYS =
i(title singer writer composer arranger).freeze
Class Method Summary collapse
Methods inherited from Base
all, find_by, #initialize, #match?
Constructor Details
This class inherits a constructor from Pripara::Base
Class Method Details
.config_file_name ⇒ Object
12 13 14 |
# File 'lib/ruripara/song.rb', line 12 def config_file_name 'songs.yml' end |