Class: LFD::Init::Project
- Inherits:
-
Struct
- Object
- Struct
- LFD::Init::Project
- Defined in:
- lib/lfd/init.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/lfd/init.rb', line 10 def name @name end |
#target ⇒ Object
Returns the value of attribute target
10 11 12 |
# File 'lib/lfd/init.rb', line 10 def target @target end |