Class: Bim::Subcommands::Meta

Inherits:
Thor
  • Object
show all
Defined in:
lib/bim/subcommands/meta.rb

Overview

Meta class defines subcommands

Instance Method Summary collapse

Instance Method Details

#activesObject



9
10
11
# File 'lib/bim/subcommands/meta.rb', line 9

def actives
  puts Bim::Action::Meta.actives
end

#device_groupsObject



17
18
19
# File 'lib/bim/subcommands/meta.rb', line 17

def device_groups
  puts Bim::Action::Meta.device_groups
end