module Billit::BillPageRepresenter::Initializer

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/billit_representers_argentina/representers/bill_page_representer.rb, line 12
def initialize
  extend Billit::BillPageRepresenter
  extend Roar::Representer::Feature::Client
  super
end