Class: PgEventstore::FeatureMarker
- Inherits:
-
Object
- Object
- PgEventstore::FeatureMarker
- Includes:
- Extensions::OptionsExtension
- Defined in:
- lib/pg_eventstore/feature_marker.rb,
sig/pg_eventstore/feature_marker.rbs
Instance Attribute Summary collapse
-
#description ⇒ String?
The description of the maker.
- #marker ⇒ String
-
#purpose ⇒ Symbol?
The purpose of the maker.
Method Summary
Methods included from Extensions::OptionsExtension
included, #init_default_values, #initialize, #options_hash, #readonly!, #readonly?, #readonly_error
Instance Attribute Details
#description ⇒ String?
Returns the description of the maker. Can be used as human-friendly explanation of the purpose.
13 |
# File 'lib/pg_eventstore/feature_marker.rb', line 13 attribute(:description) |
#marker ⇒ String
10 |
# File 'lib/pg_eventstore/feature_marker.rb', line 10 attribute(:marker) |
#purpose ⇒ Symbol?
Returns the purpose of the maker. Can be used as an identifier in your implementation.
16 |
# File 'lib/pg_eventstore/feature_marker.rb', line 16 attribute(:purpose) |