Sha256: c79c544f628dae38bb49ac7a603ac1bd641ae2fe9e639b030396388d8a49889f

Contents?: true

Size: 246 Bytes

Versions: 8

Compression:

Stored size: 246 Bytes

Contents

require 'dribbble/utils/findable'

module Dribbble
  class Project < Dribbble::Base
    include Dribbble::Utils::Findable

    def shots(attrs = {})
      Dribbble::Shot.batch_new token, html_get("/projects/#{id}/shots", attrs)
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dribbble-1.2.0 lib/dribbble/project.rb
dribbble-1.1.0 lib/dribbble/project.rb
dribbble-1.0.4 lib/dribbble/project.rb
dribbble-1.0.2 lib/dribbble/project.rb
dribbble-1.0.1 lib/dribbble/project.rb
dribbble-1.0.0 lib/dribbble/project.rb
dribbble-1.0.0.beta2 lib/dribbble/project.rb
dribbble-1.0.0.beta1 lib/dribbble/project.rb