Class: Delicious::Bookmarks::Api

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

Instance Method Summary collapse

Methods included from Methods::Delete

#delete

Methods included from Methods::Create

#create

Methods included from Methods::All

#all

Constructor Details

#initialize(client) ⇒ Api

Returns a new instance of Api.



9
10
11
# File 'lib/delicious/bookmarks/api.rb', line 9

def initialize(client)
  @client = client
end