Module: ActionShortMessage::SMSProviders
- Extended by:
- ActiveSupport::Concern
- Included in:
- Base
- Defined in:
- lib/action_short_message/sms_providers.rb,
lib/action_short_message/sms_providers/base.rb,
lib/action_short_message/sms_providers/test.rb
Defined Under Namespace
Modules: ClassMethods Classes: Base, Test
Instance Method Summary collapse
Instance Method Details
#wrap_sms_provider_behavior! ⇒ Object
48 49 50 |
# File 'lib/action_short_message/sms_providers.rb', line 48 def wrap_sms_provider_behavior! self.class.wrap_sms_provider_behavior() end |