kevintuhumury/cameraplus

View on GitHub
lib/cameraplus/api/page.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Cameraplus
  module API
    class Page < Base

      private

      def self.uri(identifier)
        "/#{identifier}:info"
      end

    end
  end
end