module Billit::DirectiveRepresenter::Initializer

include Roar::Representer::JSON

Public Class Methods

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