Class: Pixiv::PrivateBookmarkList

Inherits:
BookmarkList show all
Defined in:
lib/pixiv/bookmark_list.rb

Constant Summary

Constants inherited from OwnedIllustList

OwnedIllustList::ILLUSTS_PER_PAGE

Instance Attribute Summary

Attributes inherited from OwnedIllustList

#last?, #member_id, #page

Attributes inherited from IllustList

#page, #total_count

Class Method Summary collapse

Methods inherited from BookmarkList

#page_hashes, #total_count

Methods inherited from OwnedIllustList

#first?, #max_size, #next_url, #prev_url, #url

Methods inherited from IllustList

#doc, #illust_hashes, #page_class

Methods included from PageCollection

#first?, #last?, #next_attrs, #next_url, #page_class, #page_hashes, #prev_attrs, #prev_url, #size

Methods inherited from Page

#bind, #doc, #fetched?, #force, #initialize, lazy_new

Constructor Details

This class inherits a constructor from Pixiv::Page

Class Method Details

.url(member_id, page = 1) ⇒ Object



43
44
45
# File 'lib/pixiv/bookmark_list.rb', line 43

def self.url(member_id, page = 1)
  "#{ROOT_URL}/bookmark.php?id=#{member_id}&rest=hide&p=#{page}"
end