mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 11:48:17 +00:00
5 lines
139 B
Ruby
5 lines
139 B
Ruby
# Contains common components that modules will inherit from.
|
|
class BaseModule
|
|
#BaseModule attributes hash
|
|
attr_accessor :attributes
|
|
end |