Module: Adhearsion::VoIP::Commands
- Defined in:
- lib/adhearsion/voip/commands.rb
Class Method Summary collapse
Class Method Details
.for(platform_name) ⇒ Object
4 5 6 |
# File 'lib/adhearsion/voip/commands.rb', line 4 def self.for(platform_name) Adhearsion::VoIP.const_get(platform_name.to_s.classify).const_get("Commands") end |