class Billit::BillPage
Public Instance Methods
next()
click to toggle source
# File lib/billit_representers_argentina/models/bill_page.rb, line 10 def next links[:next].href if links[:next] end
previous()
click to toggle source
# File lib/billit_representers_argentina/models/bill_page.rb, line 14 def previous links[:previous].href if links[:previous] end
self()
click to toggle source
# File lib/billit_representers_argentina/models/bill_page.rb, line 6 def self links[:self].href if links[:self] end