Method: CloudstackClient::Api#missing_params_msg
- Defined in:
- lib/cloudstack_client/api.rb
#missing_params_msg(command) ⇒ Object
52 53 54 55 56 |
# File 'lib/cloudstack_client/api.rb', line 52 def missing_params_msg(command) "#{command} requires the following parameter" + "#{ 's' if required_params(command).size > 1 }: " + required_params(command).join(", ") end |