class Coursemology::Evaluator::Models::ProgrammingEvaluation::Package
Attributes
stream[R]
The stream comprising the package.
Public Class Methods
new(stream)
click to toggle source
Constructs a new Package
.
@param [IO] stream The stream comprising the package.
# File lib/coursemology/evaluator/models/programming_evaluation/package.rb, line 9 def initialize(stream) @stream = stream end