module Fastbill::Automatic::Services::Changearticle

Public Class Methods

included(base) click to toggle source
# File lib/fastbill-automatic/services/changearticle.rb, line 13
def self.included(base)
  base.extend(ClassMethods)
end