Module: BMC::SMS

Defined in:
app/sms/bmc/sms.rb

Defined Under Namespace

Classes: ApplicationSMS, DeliverJob, DeliveryError, Message

Class Attribute Summary collapse

Class Attribute Details

.default_fromObject



7
8
9
# File 'app/sms/bmc/sms.rb', line 7

def default_from
  @default_from ||= Rails.application.class.to_s.chomp("::Application")
end

.strategyObject

Returns the value of attribute strategy.



3
4
5
# File 'app/sms/bmc/sms.rb', line 3

def strategy
  @strategy
end