Class: Wuclan::Delicious::TagRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/wuclan/delicious/delicious_request.rb,
lib/wuclan/delicious/delicious_html_request.rb

Overview

Recent bookmarks by tag: delicious.com/tag/tag[<code>tag</code>…+tag]?detail=3 Popular bookmarks by tag: delicious.com/popular/tag?detail=3 Bookmarks for a specific user by tag(s): delicious.com/username/tag[<code>tag</code>…+tag]?detail=3 Bookmarks for a specific user: delicious.com/username?detail=3

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(scope) ⇒ TagRequest

Returns a new instance of TagRequest.



12
13
# File 'lib/wuclan/delicious/delicious_request.rb', line 12

def initialize scope
end

Instance Attribute Details

#scopeObject

Returns the value of attribute scope.



11
12
13
# File 'lib/wuclan/delicious/delicious_request.rb', line 11

def scope
  @scope
end