module AggregateStreams::Controls::StreamName::Input::Alternate
Public Class Methods
category()
click to toggle source
# File lib/aggregate_streams/controls/stream_name.rb, line 34 def self.category 'otherInput' end
example(**args)
click to toggle source
# File lib/aggregate_streams/controls/stream_name.rb, line 30 def self.example(**args) Input.example(category: category, **args) end