module Fastbill::Automatic::Services::Delete
Public Class Methods
included(base)
click to toggle source
# File lib/fastbill-automatic/services/delete.rb, line 16 def self.included(base) base.extend(ClassMethods) end