Class: Vcli::CLI::SHOW::Resource

Inherits:
Thor
  • Object
show all
Defined in:
lib/vcli/cli/resource.rb

Instance Method Summary collapse

Instance Method Details

#limitsObject



6
7
8
9
# File 'lib/vcli/cli/resource.rb', line 6

def limits( )
  command = "showing limits"
  puts command
end

#usageObject



11
12
13
14
# File 'lib/vcli/cli/resource.rb', line 11

def usage( )
  command = "showing usage"
  puts command
end