Module: Pixiv::OwnedIllustList::WithClient
- Includes:
- IllustList::WithClient
- Defined in:
- lib/pixiv/owned_illust_list.rb
Instance Attribute Summary
Attributes included from Page::WithClient
Instance Method Summary collapse
- #member ⇒ Pixiv::Member (also: #owner)
Methods included from IllustList::WithClient
Instance Method Details
#member ⇒ Pixiv::Member Also known as: owner
69 70 71 |
# File 'lib/pixiv/owned_illust_list.rb', line 69 def member client.member(member_id) end |