Sha256: 863303d449e28512e6ed64552239cf2bbadc02ddd3aa6d7f071f87e77ce7cb75

Contents?: true

Size: 405 Bytes

Versions: 1

Compression:

Stored size: 405 Bytes

Contents

module Sambatech
  # Wrapper for the Sambatech REST API
  #
  # @note All methods have been separated into modules and follow the same grouping used in {TODO:doc_URL the Sambatech API Documentation}.
  # @see TODO:doc_url
  class Client < API
    Dir[File.expand_path('../client/*.rb', __FILE__)].each{|f| require f}
    include Sambatech::Client::Media
    include Sambatech::Client::Channels
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sambatech-0.0.1 lib/sambatech/client.rb