Class: IMP3::CLI
- Inherits:
-
Object
- Object
- IMP3::CLI
- Includes:
- Commands, Singleton
- Defined in:
- lib/imp3/cli.rb
Instance Attribute Summary collapse
-
#cache ⇒ Object
readonly
Returns the value of attribute cache.
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#source_origin ⇒ Object
Returns the value of attribute source_origin.
Instance Method Summary collapse
-
#initialize ⇒ CLI
constructor
A new instance of CLI.
Methods included from IMP3::Commands::Genres
#genres_fetch_cache_command, #genres_fetch_command, #genres_ignore_add_command, #genres_ignore_del_command, #genres_ignore_list_command, #genres_list_command
Methods included from IMP3::Commands::Artists
Constructor Details
Instance Attribute Details
#cache ⇒ Object (readonly)
Returns the value of attribute cache.
19 20 21 |
# File 'lib/imp3/cli.rb', line 19 def cache @cache end |
#config ⇒ Object (readonly)
Returns the value of attribute config.
19 20 21 |
# File 'lib/imp3/cli.rb', line 19 def config @config end |
#source_origin ⇒ Object
Returns the value of attribute source_origin.
20 21 22 |
# File 'lib/imp3/cli.rb', line 20 def source_origin @source_origin end |