Class: NetLinx::Rake::Pack
- Inherits:
-
Rake::TaskLib
- Object
- Rake::TaskLib
- NetLinx::Rake::Pack
- Defined in:
- lib/netlinx/rake/src/pack.rb
Overview
Generate a NetLinx .src source code package.
Instance Attribute Summary (collapse)
-
- (Object) name
Returns the value of attribute name.
Instance Method Summary (collapse)
-
- (Pack) initialize(name = :pack) {|_self| ... }
constructor
A new instance of Pack.
Constructor Details
- (Pack) initialize(name = :pack) {|_self| ... }
Returns a new instance of Pack
15 16 17 18 19 20 21 |
# File 'lib/netlinx/rake/src/pack.rb', line 15 def initialize name = :pack @name = name yield self if block_given? define end |
Instance Attribute Details
- (Object) name
Returns the value of attribute name
12 13 14 |
# File 'lib/netlinx/rake/src/pack.rb', line 12 def name @name end |