Module: ConsoleKit::TenantSelector
- Defined in:
- lib/console_kit/tenant_selector.rb
Overview
For tenant selection
Constant Summary collapse
- RETRY_LIMIT =
3- DEFAULT_SELECTION =
'1'
Class Method Summary collapse
Class Method Details
.select ⇒ Object
12 13 14 |
# File 'lib/console_kit/tenant_selector.rb', line 12 def select attempt_selection(RETRY_LIMIT) end |