Class: Edoxen::Consideration
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Edoxen::Consideration
- Defined in:
- lib/edoxen/consideration.rb,
sig/edoxen.rbs
Overview
Basis for a Decision: a verb (having, noting, considering, ...) plus one effective date and the elaborated reasoning.
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.
147 148 149 |
# File 'sig/edoxen.rbs', line 147 def date_effective @date_effective end |
#message ⇒ String? (readonly)
Returns the value of attribute message.
148 149 150 |
# File 'sig/edoxen.rbs', line 148 def @message end |
#type ⇒ String? (readonly)
Returns the value of attribute type.
146 147 148 |
# File 'sig/edoxen.rbs', line 146 def type @type end |