Repository URL to install this package:
|
Version:
0.4.1.0 ▾
|
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