Sha256: e8728a067d129c88c6f7323ce1f37ccad20db058d4a714f72fe8a92dc970d5c5

Contents?: true

Size: 223 Bytes

Versions: 17

Compression:

Stored size: 223 Bytes

Contents

module BMC::SMS
  class << self
    attr_accessor :strategy

    attr_writer :default_from

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

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
bmc-1.6.1 app/sms/bmc/sms.rb
bmc-1.6.0 app/sms/bmc/sms.rb
bmc-1.5.1 app/sms/bmc/sms.rb
bmc-1.5.0 app/sms/bmc/sms.rb
bmc-1.4.3 app/sms/bmc/sms.rb
bmc-1.4.2 app/sms/bmc/sms.rb
bmc-1.4.1 app/sms/bmc/sms.rb
bmc-1.4.0 app/sms/bmc/sms.rb
bmc-1.3.5 app/sms/bmc/sms.rb
bmc-1.3.4 app/sms/bmc/sms.rb
bmc-1.3.3 app/sms/bmc/sms.rb
bmc-1.3.2 app/sms/bmc/sms.rb
bmc-1.3.1 app/sms/bmc/sms.rb
bmc-1.3.0 app/sms/bmc/sms.rb
bmc-1.2.1 app/sms/bmc/sms.rb
bmc-1.2.0 app/sms/bmc/sms.rb
bmc-1.1.0 app/sms/bmc/sms.rb