module Billimatic module Entities class InvoiceRule < Base attribute :id, Integer # TODO attributes end end end