Class: Smug::Command
Overview
Base class for all commands
Direct Known Subclasses
AlbumsCommand, DownloadCommand, FetchCommand, InitCommand, StatusCommand, UploadCommand
Instance Method Summary collapse
-
#exec ⇒ Object
Executes default subcommand, by default ‘help’ Reimplement in subclasses.
Methods included from Utils
#method_missing, #status_message
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Smug::Utils
Instance Method Details
#exec ⇒ Object
Executes default subcommand, by default ‘help’ Reimplement in subclasses
13 14 15 |
# File 'lib/smugsync/command.rb', line 13 def exec help end |