Sha256: 6361865eac73bf11a6778ab7b8abdce060a79e149dea0928dc539627b6ea9954

Contents?: true

Size: 314 Bytes

Versions: 3

Compression:

Stored size: 314 Bytes

Contents

module Reshape
  class Client
    module Materials
      
      def materials(options={}, raw=false)
        get("/materials/#{api_version}", options, raw)
      end
      
      def material(id, options={}, raw=false)
        get("/materials/#{id}/#{api_version}", options, raw)
      end
      
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
reshape-0.2 lib/reshape/client/materials.rb
reshape-0.1.1 lib/reshape/client/materials.rb
reshape-0.1 lib/reshape/client/materials.rb