Class: Pripara::Song

Inherits:
Base
  • Object
show all
Defined in:
lib/ruripara/song.rb

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_nameObject



12
13
14
# File 'lib/ruripara/song.rb', line 12

def config_file_name
  'songs.yml'
end