Module: Pixiv::Member::WithClient
- Includes:
- Page::WithClient
- Defined in:
- lib/pixiv/member.rb
Instance Attribute Summary
Attributes included from Page::WithClient
Instance Method Summary collapse
- #bookmark_list(page_num = 1) ⇒ Object
- #bookmarks(page_num = 1, &block) ⇒ Pixiv::PageCollection::Enumerator
Instance Method Details
#bookmark_list(page_num = 1) ⇒ Object
27 28 29 |
# File 'lib/pixiv/member.rb', line 27 def bookmark_list(page_num = 1) client.bookmark_list(self, page_num) end |
#bookmarks(page_num = 1, &block) ⇒ Pixiv::PageCollection::Enumerator
32 33 34 |
# File 'lib/pixiv/member.rb', line 32 def bookmarks(page_num = 1, &block) client.bookmarks(self, page_num, &block) end |