class HammerCLIForeman::Subnet::SetParameterCommand
Public Instance Methods
validate_options()
click to toggle source
Calls superclass method
# File lib/hammer_cli_foreman/subnet.rb, line 127 def validate_options super validator.any(:option_subnet_name, :option_subnet_id).required end