Class: Sfctl::Commands::Time::Providers
- Inherits:
-
Thor
- Object
- Thor
- Sfctl::Commands::Time::Providers
- Defined in:
- lib/sfctl/commands/time/providers.rb,
lib/sfctl/commands/time/providers/get.rb,
lib/sfctl/commands/time/providers/set.rb,
lib/sfctl/commands/time/providers/unset.rb
Defined Under Namespace
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
33 34 35 36 37 38 39 40 |
# File 'lib/sfctl/commands/time/providers.rb', line 33 def get(*) if [:help] invoke :help, ['get'] else require_relative 'providers/get' Sfctl::Commands::Time::Providers::Get.new().execute end end |