Class: BCDD::Data::Evaluator
- Inherits:
-
Object
- Object
- BCDD::Data::Evaluator
- Defined in:
- lib/bcdd/ext/data.rb
Instance Attribute Summary collapse
-
#properties ⇒ Object
readonly
:nodoc:.
Instance Method Summary collapse
- #attribute(name, **options) ⇒ Object
-
#initialize ⇒ Evaluator
constructor
A new instance of Evaluator.
Constructor Details
#initialize ⇒ Evaluator
Returns a new instance of Evaluator.
70 71 72 |
# File 'lib/bcdd/ext/data.rb', line 70 def initialize @properties = Data::Properties.new end |
Instance Attribute Details
#properties ⇒ Object (readonly)
:nodoc:
68 69 70 |
# File 'lib/bcdd/ext/data.rb', line 68 def properties @properties end |
Instance Method Details
#attribute(name, **options) ⇒ Object
74 75 76 |
# File 'lib/bcdd/ext/data.rb', line 74 def attribute(name, **) properties.attribute(name, **) end |