Class: CDD::Project
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#vault ⇒ Object
Returns the value of attribute vault.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from CDD::Base
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/cdd/project.rb', line 3 def name @name end |
#vault ⇒ Object
Returns the value of attribute vault.
4 5 6 |
# File 'lib/cdd/project.rb', line 4 def vault @vault end |