module Billit::Cl::ReportRepresenter::Initializer

include Roar::Representer::JSON

Public Class Methods

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