class Kontena::Cli::Grids::TrustedSubnets::ListCommand

Public Instance Methods

execute() click to toggle source
# File lib/kontena/cli/grids/trusted_subnets/list_command.rb, line 14
def execute
  Array(get_grid['trusted_subnets']).map(&method(:puts))
end