Class: SQA::Portfolio
- Inherits:
-
Object
- Object
- SQA::Portfolio
- Defined in:
- lib/sqa/portfolio.rb
Overview
lib/sqa/portfolio.rb
Instance Attribute Summary collapse
-
#df ⇒ Object
Returns the value of attribute df.
Instance Method Summary collapse
-
#initialize(filename = SQA::Config.portfolio_filename) ⇒ Portfolio
constructor
A new instance of Portfolio.
Constructor Details
Instance Attribute Details
#df ⇒ Object
Returns the value of attribute df.
4 5 6 |
# File 'lib/sqa/portfolio.rb', line 4 def df @df end |