Class: Vcli::CLI::SHOW::Resource
- Inherits:
-
Thor
- Object
- Thor
- Vcli::CLI::SHOW::Resource
- Defined in:
- lib/vcli/cli/resource.rb
Instance Method Summary collapse
Instance Method Details
#limits ⇒ Object
6 7 8 9 |
# File 'lib/vcli/cli/resource.rb', line 6 def limits( ) command = "showing limits" puts command end |
#usage ⇒ Object
11 12 13 14 |
# File 'lib/vcli/cli/resource.rb', line 11 def usage( ) command = "showing usage" puts command end |