Class: Ea::Ocl::Nodes::CollectionIsEmpty
- Inherits:
-
Struct
- Object
- Struct
- Ea::Ocl::Nodes::CollectionIsEmpty
- Defined in:
- lib/ea/ocl/nodes.rb
Overview
<collection>->isEmpty() — returns boolean.
Instance Attribute Summary collapse
-
#collection ⇒ Object
Returns the value of attribute collection.
Instance Attribute Details
#collection ⇒ Object
Returns the value of attribute collection
33 34 35 |
# File 'lib/ea/ocl/nodes.rb', line 33 def collection @collection end |