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

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

Defined Under Namespace

Modules: Category

Class Method Summary collapse

Class Method Details

.categoryObject



34
35
36
# File 'lib/aggregate_streams/controls/stream_name.rb', line 34

def self.category
  'otherInput'
end

.example(**args) ⇒ Object



30
31
32
# File 'lib/aggregate_streams/controls/stream_name.rb', line 30

def self.example(**args)
  Input.example(category: category, **args)
end