module Bamboo
Constants
- VERSION
Public Class Methods
new(host)
click to toggle source
# File lib/bamboo.rb, line 5 def self.new(host) Client.new(host) end
# File lib/bamboo.rb, line 5 def self.new(host) Client.new(host) end