Class: ODDB::MedData::Result
Instance Attribute Summary collapse
-
#ctl ⇒ Object
readonly
Returns the value of attribute ctl.
-
#values ⇒ Object
readonly
Returns the value of attribute values.
Instance Method Summary collapse
-
#initialize(values, ctl) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(values, ctl) ⇒ Result
Returns a new instance of Result.
8 9 10 11 |
# File 'ext/meddata/src/result.rb', line 8 def initialize(values, ctl) @values = values @ctl = ctl end |