Sha256: 7786a396d373511d787e215d0a30be8f5a990589e8228546a5d647bc35a48c41

Contents?: true

Size: 169 Bytes

Versions: 3

Compression:

Stored size: 169 Bytes

Contents

module CloudCheckr
  module API
    class Controller
      
      attr_reader :client

      def initialize(client)
        @client = client
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cloudcheckr-0.5.3 lib/cloud_checkr/api/controller.rb
cloudcheckr-0.5.2 lib/cloud_checkr/api/controller.rb
cloudcheckr-0.5.0 lib/cloud_checkr/api/controller.rb