class Delicious::Bookmarks::Api

Public Class Methods

new(client) click to toggle source
# File lib/delicious/bookmarks/api.rb, line 9
def initialize(client)
  @client = client
end