module Dasher
Constants
- VERSION
Public Class Methods
client()
click to toggle source
# File lib/dasher.rb, line 6 def client @client ||= Dasher::Client.new(ENV["DASHER_HOST"] || "dashertv.com", ENV["DASHER_TOKEN"], :port => 443, :ssl => true) end