Class: Wuclan::Delicious::TagRequest
- Inherits:
-
Object
- Object
- Wuclan::Delicious::TagRequest
- 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
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Method Summary collapse
-
#initialize(scope) ⇒ TagRequest
constructor
A new instance of TagRequest.
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
#scope ⇒ Object
Returns the value of attribute scope.
11 12 13 |
# File 'lib/wuclan/delicious/delicious_request.rb', line 11 def scope @scope end |