Class: Aptible::CLI::Formatter::GroupedKeyedList::InvalidGroup

Inherits:
Object
  • Object
show all
Defined in:
lib/aptible/cli/formatter/grouped_keyed_list.rb

Instance Method Summary collapse

Constructor Details

#initialize(group) ⇒ InvalidGroup

Returns a new instance of InvalidGroup.



8
9
10
11
12
# 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