class Billit::Bill
Attributes
representable_attrs[R]
Public Instance Methods
bill_draft_link()
click to toggle source
# File lib/billit_representers/models/bill.rb, line 20 def bill_draft_link links[:bill_draft].href if links[:bill_draft] end
law_web_link()
click to toggle source
# File lib/billit_representers/models/bill.rb, line 16 def law_web_link links[:law_web].href if links[:law_web] end
law_xml_link()
click to toggle source
# File lib/billit_representers/models/bill.rb, line 12 def law_xml_link links[:law_xml].href if links[:law_xml] end
self_link()
click to toggle source
# File lib/billit_representers/models/bill.rb, line 8 def self_link links[:self].href if links[:self] end