module Milkbottle
Constants
- VERSION
Public Class Methods
client()
click to toggle source
# File lib/milkbottle.rb, line 9 def client @client = Milkbottle::Client.new(options) unless defined?(@client) && @client.same_options?(options) @client end