Class: Providers::SmsProvider
- Defined in:
- lib/multi_sms/providers/sms_provider.rb
Direct Known Subclasses
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(m, *args, &block) ⇒ Object (private)
10 11 12 |
# File 'lib/multi_sms/providers/sms_provider.rb', line 10 def method_missing(m, *args, &block) self.class.const_get(:API_VERSION) end |