Aquamarine::Metadata
Inherits Reference < Object
Metadata is a data structure for storing domain event related metadata.
Constructors
Instantiates a new metadata object.
Instance methods
[](key : Symbol)
Data structure query method. Works just like a hash.
@param key [Symbol] Key @return [] Value stored to given key
[]=(key, value)
Sets a value under a given key.
@param key [Symbol] Key @param value [] Value to be stored to given key
each
Enumerates the given block over the data structure elements.
@param &block [Proc] Block to execute
to_yaml(builder : YAML::Nodes::Builder)
Source