Class: Naminori::Lb
- Inherits:
-
Object
- Object
- Naminori::Lb
- Defined in:
- lib/naminori/lb.rb,
lib/naminori/lb/lvs.rb,
lib/naminori/lb/base.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.get_lb(lb_name) ⇒ Object
5 6 7 8 9 10 |
# File 'lib/naminori/lb.rb', line 5 def get_lb(lb_name) case lb_name when "lvs" Naminori::Lb::Lvs end end |