Method: Pixiv::IllustList::WithClient#prev
- Defined in:
- lib/pixiv/illust_list.rb
#prev ⇒ Object
62 63 64 65 |
# File 'lib/pixiv/illust_list.rb', line 62 def prev return if first? self.class.lazy_new(next_attrs) { client.agent.get(prev_url) } end |