module Billit::VoteEventRepresenter::Initializer

Public Class Methods

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