Class: SharedLib
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Attributes inherited from SourceLib
#forceLib, #includes, #libs, #name, #outFile, #privateDefines, #sources
Instance Method Summary collapse
-
#initialize(compiler, base, name, sources, libs, includes, options = {}, privateDefines = []) ⇒ SharedLib
constructor
A new instance of SharedLib.
Methods inherited from SourceLib
Constructor Details
#initialize(compiler, base, name, sources, libs, includes, options = {}, privateDefines = []) ⇒ SharedLib
Returns a new instance of SharedLib.
4 5 6 7 |
# File 'lib/rakepp/sharedlib.rb', line 4 def initialize(compiler, base, name, sources, libs, includes, ={}, privateDefines=[]) super(compiler, base, name, sources, libs, includes, privateDefines) @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
2 3 4 |
# File 'lib/rakepp/sharedlib.rb', line 2 def @options end |