Class: Sem::CLI::Orgs
- Inherits:
-
Dracula
- Object
- Dracula
- Sem::CLI::Orgs
- Defined in:
- lib/sem/cli/orgs.rb
Instance Method Summary collapse
Instance Method Details
#info(org_name) ⇒ Object
15 16 17 18 19 |
# File 'lib/sem/cli/orgs.rb', line 15 def info(org_name) org = Sem::API::Org.find!(org_name) Sem::Views::Orgs.info(org) end |