Repository URL to install this package:
|
Version:
0.0.1 ▾
|
module Gingr
# Wrapper for the Gingr REST API.
class Client < API
Dir[File.expand_path('../client/*.rb', __FILE__)].each{|f| require f}
# TODO: Be sure to update these includes to the actual resources available in the client directory.
include Gingr::Client::Owners
include Gingr::Client::Reservations
end
end