Class: Delicious::Tags::Api
- Inherits:
-
Object
- Object
- Delicious::Tags::Api
- Includes:
- Methods::All, Methods::Delete, Methods::Rename
- Defined in:
- lib/delicious/tags/api.rb
Instance Method Summary collapse
-
#initialize(client) ⇒ Api
constructor
A new instance of Api.
Methods included from Methods::Rename
Methods included from Methods::Delete
Methods included from Methods::All
Constructor Details
#initialize(client) ⇒ Api
Returns a new instance of Api.
9 10 11 |
# File 'lib/delicious/tags/api.rb', line 9 def initialize(client) @client = client end |