Module: AggregateStreams::Controls::StreamName::Output
- Defined in:
- lib/aggregate_streams/controls/stream_name.rb
Defined Under Namespace
Modules: Category
Class Method Summary collapse
Class Method Details
.category ⇒ Object
51 52 53 |
# File 'lib/aggregate_streams/controls/stream_name.rb', line 51 def self.category 'someAggregate' end |
.example(**args) ⇒ Object
47 48 49 |
# File 'lib/aggregate_streams/controls/stream_name.rb', line 47 def self.example(**args) StreamName.example(category: category, **args) end |