Module: AggregateStreams::Controls::StreamName::Input

Defined in:
lib/aggregate_streams/controls/stream_name.rb

Defined Under Namespace

Modules: Alternate, Category

Class Method Summary collapse

Class Method Details

.categoryObject



19
20
21
# File 'lib/aggregate_streams/controls/stream_name.rb', line 19

def self.category
  'someInput'
end

.example(category: nil, **args) ⇒ Object



13
14
15
16
17
# File 'lib/aggregate_streams/controls/stream_name.rb', line 13

def self.example(category: nil, **args)
  category ||= self.category

  StreamName.example(category: category, **args)
end