Module: Acu::Listeners
- Included in:
- Acu
- Defined in:
- lib/acu/listeners.rb
Constant Summary collapse
- @@collective_data =
{ }
Class Attribute Summary collapse
-
.collective_data ⇒ Object
readonly
Returns the value of attribute collective_data.
Class Method Summary collapse
-
.data ⇒ Object
get access to collected data.
Class Attribute Details
.collective_data ⇒ Object (readonly)
Returns the value of attribute collective_data.
8 9 10 |
# File 'lib/acu/listeners.rb', line 8 def collective_data @collective_data end |
Class Method Details
.data ⇒ Object
get access to collected data
15 |
# File 'lib/acu/listeners.rb', line 15 def data; @@collective_data end |