Repository URL to install this package:
|
Version:
0.15.0.1 ▾
|
module EventSource
module Controls
module StreamName
def self.example(category: nil, id: nil, randomize_category: nil)
category ||= Category.example(category: category, randomize_category: randomize_category)
id ||= Identifier::UUID.random
"#{category}-#{id}"
end
end
end
end