Class: Ea::Ocl::Nodes::CollectionSize
- Inherits:
-
Struct
- Object
- Struct
- Ea::Ocl::Nodes::CollectionSize
- Defined in:
- lib/ea/ocl/nodes.rb
Overview
<collection>->size() — returns integer cardinality.
Instance Attribute Summary collapse
-
#collection ⇒ Object
Returns the value of attribute collection.
Instance Attribute Details
#collection ⇒ Object
Returns the value of attribute collection
30 31 32 |
# File 'lib/ea/ocl/nodes.rb', line 30 def collection @collection end |