Class: Delicious::Tags::Api

Inherits:
Object
  • Object
show all
Includes:
Methods::All, Methods::Delete, Methods::Rename
Defined in:
lib/delicious/tags/api.rb

Instance Method Summary collapse

Methods included from Methods::Rename

#rename

Methods included from Methods::Delete

#delete

Methods included from Methods::All

#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