Repository URL to install this package:
|
Version:
0.16.0.0 ▾
|
module EventSource
module Controls
module EventData
def self.type
'SomeType'
end
def self.data
{ :attribute => RandomValue.example }
end
end
end
end