Class: Edoxen::Action
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Edoxen::Action
- Defined in:
- lib/edoxen/action.rb,
sig/edoxen.rbs
Overview
Verb + one effective date + human-readable message. Used inside a Localization to express the multilingual part of an action.
Instance Attribute Summary collapse
-
#date_effective ⇒ DecisionDate?
readonly
Returns the value of attribute date_effective.
-
#message ⇒ String?
readonly
Returns the value of attribute message.
-
#type ⇒ String?
readonly
Returns the value of attribute type.
Instance Attribute Details
#date_effective ⇒ DecisionDate? (readonly)
Returns the value of attribute date_effective.
134 135 136 |
# File 'sig/edoxen.rbs', line 134 def date_effective @date_effective end |
#message ⇒ String? (readonly)
Returns the value of attribute message.
135 136 137 |
# File 'sig/edoxen.rbs', line 135 def @message end |
#type ⇒ String? (readonly)
Returns the value of attribute type.
133 134 135 |
# File 'sig/edoxen.rbs', line 133 def type @type end |