Class: Laser::Rake::LaserTask::Settings
- Inherits:
-
Struct
- Object
- Struct
- Laser::Rake::LaserTask::Settings
- Defined in:
- lib/laser/rake/task.rb
Instance Attribute Summary (collapse)
-
- (Object) extras
Returns the value of attribute extras.
-
- (Object) fix
Returns the value of attribute fix.
-
- (Object) libs
Returns the value of attribute libs.
-
- (Object) options
Returns the value of attribute options.
-
- (Object) using
Returns the value of attribute using.
Instance Attribute Details
- (Object) extras
Returns the value of attribute extras
7 8 9 |
# File 'lib/laser/rake/task.rb', line 7 def extras @extras end |
- (Object) fix
Returns the value of attribute fix
7 8 9 |
# File 'lib/laser/rake/task.rb', line 7 def fix @fix end |
- (Object) libs
Returns the value of attribute libs
7 8 9 |
# File 'lib/laser/rake/task.rb', line 7 def libs @libs end |
- (Object) options
Returns the value of attribute options
7 8 9 |
# File 'lib/laser/rake/task.rb', line 7 def @options end |
- (Object) using
Returns the value of attribute using
7 8 9 |
# File 'lib/laser/rake/task.rb', line 7 def using @using end |