module AggregateStreams::Controls::StreamName::Input

Public Class Methods

category() click to toggle source
# File lib/aggregate_streams/controls/stream_name.rb, line 19
def self.category
  'someInput'
end
example(category: nil, **args) click to toggle source
# 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