module Billit::Cl::BillRepresenter::Initializer

include Roar::Rails::HAL include Roar::Representer::JSON

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/billit_representers/representers/cl/bill_representer.rb, line 31
def initialize
  extend Billit::Cl::BillRepresenter
  extend Roar::Representer::Feature::Client
  super
end