Class: Ea::Ocl::Nodes::CollectionSize

Inherits:
Struct
  • Object
show all
Defined in:
lib/ea/ocl/nodes.rb

Overview

<collection>->size() — returns integer cardinality.

Instance Attribute Summary collapse

Instance Attribute Details

#collectionObject

Returns the value of attribute collection

Returns:

  • (Object)

    the current value of collection



30
31
32
# File 'lib/ea/ocl/nodes.rb', line 30

def collection
  @collection
end