module Camp3
Constants
- VERSION
Public Class Methods
client(options = {})
click to toggle source
Alias for Camp3::Client.new
@return [Camp3::Client]
# File lib/camp3.rb, line 21 def self.client(options = {}) Camp3::Client.new(options) end
configure(&block)
click to toggle source
Delegates to Camp3::Client
configure method
@return [Camp3::Client]
# File lib/camp3.rb, line 28 def self.configure(&block) self.client.configure(&block) end