module Digicert::Actions::Base

Public Instance Methods

included(base) click to toggle source
# File lib/digicert/actions/base.rb, line 6
def included(base)
  base.extend(const_get(:ClassMethods))
end