Sha256: 7fadef7b011f327f79e63a5f06e9e88aeb898b8d25f474b2b1de99cf1ef089ea

Contents?: true

Size: 170 Bytes

Versions: 1

Compression:

Stored size: 170 Bytes

Contents

module Datarank
  class Client
    module Comments
      def comments_search(slug, options={})
        get "/topics/#{slug}/comments", options
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datarank-0.2 lib/datarank/comments.rb