Sha256: cc9c40498b39e48ba797f797a42a0d8c7a48b35274798029aad31351dab1bfa3
Contents?: true
Size: 265 Bytes
Versions: 11
Compression:
Stored size: 265 Bytes
Contents
# frozen_string_literal: true module Evertils module Action class Base def initialize(args) @args = args @note_helper = Evertils::Helper.load('Note') @api = Evertils::Helper.load('ApiEnmlHandler', {}) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems