class Billit::Cl::Bill
Attributes
representable_attrs[R]
Public Instance Methods
bill_draft_link()
click to toggle source
# File lib/billit_representers/models/cl/bill.rb, line 21 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/cl/bill.rb, line 17 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/cl/bill.rb, line 13 def law_xml_link links[:law_xml].href if links[:law_xml] end
self_link()
click to toggle source
# File lib/billit_representers/models/cl/bill.rb, line 9 def self_link links[:self].href if links[:self] end