module TRIPALERTZ

Attributes

auth_key[RW]
auth_login[RW]
open_timeout[RW]
timeout[RW]
url[RW]

Public Class Methods

configure() { |self| ... } click to toggle source
# File lib/tripalertz.rb, line 10
def self.configure(&block)
  yield(self)
end