Class: Ea::Ocl::Nodes::CollectionIsEmpty

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

Overview

<collection>->isEmpty() — returns boolean.

Instance Attribute Summary collapse

Instance Attribute Details

#collectionObject

Returns the value of attribute collection

Returns:

  • (Object)

    the current value of collection



33
34
35
# File 'lib/ea/ocl/nodes.rb', line 33

def collection
  @collection
end