class Billit::Cl::BillPage
Public Instance Methods
next()
click to toggle source
# File lib/billit_representers/models/cl/bill_page.rb, line 11 def next links[:next].href if links[:next] end
previous()
click to toggle source
# File lib/billit_representers/models/cl/bill_page.rb, line 15 def previous links[:previous].href if links[:previous] end
self()
click to toggle source
# File lib/billit_representers/models/cl/bill_page.rb, line 7 def self links[:self].href if links[:self] end