Module: BMC::SMS
- Defined in:
- app/sms/bmc/sms.rb
Defined Under Namespace
Classes: ApplicationSMS, DeliverJob, DeliveryError, Message
Class Attribute Summary collapse
- .default_from ⇒ Object
-
.strategy ⇒ Object
Returns the value of attribute strategy.
Class Attribute Details
.default_from ⇒ Object
7 8 9 |
# File 'app/sms/bmc/sms.rb', line 7 def default_from @default_from ||= Rails.application.class.to_s.chomp("::Application") end |
.strategy ⇒ Object
Returns the value of attribute strategy.
3 4 5 |
# File 'app/sms/bmc/sms.rb', line 3 def strategy @strategy end |