Class: Coursemology::Evaluator::Models::ProgrammingEvaluation::Package
- Inherits:
-
Object
- Object
- Coursemology::Evaluator::Models::ProgrammingEvaluation::Package
- Defined in:
- lib/coursemology/evaluator/models/programming_evaluation/package.rb
Instance Attribute Summary collapse
-
#stream ⇒ Object
readonly
The stream comprising the package.
Instance Method Summary collapse
-
#initialize(stream) ⇒ Package
constructor
Constructs a new Package.
Constructor Details
#initialize(stream) ⇒ Package
Constructs a new Package.
9 10 11 |
# File 'lib/coursemology/evaluator/models/programming_evaluation/package.rb', line 9 def initialize(stream) @stream = stream end |
Instance Attribute Details
#stream ⇒ Object (readonly)
The stream comprising the package.
4 5 6 |
# File 'lib/coursemology/evaluator/models/programming_evaluation/package.rb', line 4 def stream @stream end |