class Aptible::CLI::Formatter::GroupedKeyedList::InvalidGroup

Public Class Methods

new(group) click to toggle source
Calls superclass method
# File lib/aptible/cli/formatter/grouped_keyed_list.rb, line 8
def initialize(group)
  m = 'group argument must be a string or a hash with one key ' \
      "and a string value. #{group} is invalid"
  super(m)
end