Class: Bim::Subcommands::Meta
- Inherits:
-
Thor
- Object
- Thor
- Bim::Subcommands::Meta
- Defined in:
- lib/bim/subcommands/meta.rb
Overview
Meta class defines subcommands
Instance Method Summary collapse
Instance Method Details
#actives ⇒ Object
9 10 11 |
# File 'lib/bim/subcommands/meta.rb', line 9 def actives puts Bim::Action::Meta.actives end |
#device_groups ⇒ Object
17 18 19 |
# File 'lib/bim/subcommands/meta.rb', line 17 def device_groups puts Bim::Action::Meta.device_groups end |