class MobileTextAlerts::Configuration

Attributes

api_key[RW]

Public Class Methods

new() click to toggle source
# File lib/mobile_text_alerts.rb, line 24
def initialize
  @api_key = 'foo'
end