Class: Edoxen::Approval
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Edoxen::Approval
- Defined in:
- lib/edoxen/approval.rb,
sig/edoxen.rbs
Overview
Approval record: type (affirmative / negative), degree (consensus level), date of the approval event, and a human-readable elaboration.
Instance Attribute Summary collapse
-
#date ⇒ DecisionDate?
readonly
Returns the value of attribute date.
-
#degree ⇒ String?
readonly
Returns the value of attribute degree.
-
#message ⇒ String?
readonly
Returns the value of attribute message.
-
#type ⇒ String?
readonly
Returns the value of attribute type.
Instance Attribute Details
#date ⇒ DecisionDate? (readonly)
Returns the value of attribute date.
141 142 143 |
# File 'sig/edoxen.rbs', line 141 def date @date end |
#degree ⇒ String? (readonly)
Returns the value of attribute degree.
140 141 142 |
# File 'sig/edoxen.rbs', line 140 def degree @degree end |
#message ⇒ String? (readonly)
Returns the value of attribute message.
142 143 144 |
# File 'sig/edoxen.rbs', line 142 def @message end |
#type ⇒ String? (readonly)
Returns the value of attribute type.
139 140 141 |
# File 'sig/edoxen.rbs', line 139 def type @type end |