Class: CldrPlurals::Compiler::ValueSet
- Inherits:
-
Object
- Object
- CldrPlurals::Compiler::ValueSet
- Defined in:
- lib/cldr-plurals/compiler/nodes.rb
Instance Attribute Summary collapse
-
#values ⇒ Object
readonly
Returns the value of attribute values.
Instance Method Summary collapse
-
#initialize(values) ⇒ ValueSet
constructor
A new instance of ValueSet.
Constructor Details
#initialize(values) ⇒ ValueSet
Returns a new instance of ValueSet.
65 66 67 |
# File 'lib/cldr-plurals/compiler/nodes.rb', line 65 def initialize(values) @values = values end |
Instance Attribute Details
#values ⇒ Object (readonly)
Returns the value of attribute values.
63 64 65 |
# File 'lib/cldr-plurals/compiler/nodes.rb', line 63 def values @values end |