Class: FaaStRuby::Command::Version
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- FaaStRuby::Command::Version
- Defined in:
- lib/faastruby/cli/commands/version.rb
Instance Method Summary collapse
-
#initialize(args) ⇒ Version
constructor
A new instance of Version.
- #run ⇒ Object
Methods inherited from BaseCommand
#has_user_logged_in?, #help, #load_credentials, #load_yaml, #say, spin, #spin, #write_file
Constructor Details
#initialize(args) ⇒ Version
Returns a new instance of Version.
4 5 6 |
# File 'lib/faastruby/cli/commands/version.rb', line 4 def initialize(args) @args = args end |