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