module Msg91
Constants
- VERSION
Attributes
configuration[RW]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/msg91.rb, line 18 def self.configure yield(configuration) end
new()
click to toggle source
# File lib/msg91/configuration.rb, line 6 def initialize @auth_key = nil end