Repository URL to install this package:
|
Version:
0.10.0.2 ▾
|
module EventSource
module EventData
def self.included(cls)
cls.class_exec do
include Schema::DataStructure
attribute :type
attribute :data
attribute :metadata
end
end
end
end