Class: Opencdd::InstanceRule::Group
- Inherits:
-
Struct
- Object
- Struct
- Opencdd::InstanceRule::Group
- Defined in:
- lib/opencdd/instance_rule.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#values_by_property ⇒ Object
Returns the value of attribute values_by_property.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/opencdd/instance_rule.rb', line 5 def name @name end |
#values_by_property ⇒ Object
Returns the value of attribute values_by_property
5 6 7 |
# File 'lib/opencdd/instance_rule.rb', line 5 def values_by_property @values_by_property end |