Class: Edoxen::DecisionDate
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Edoxen::DecisionDate
- Defined in:
- lib/edoxen/decision_date.rb,
sig/edoxen.rbs
Overview
Decision-Side.
Instance Attribute Summary collapse
-
#date ⇒ Date?
readonly
Returns the value of attribute date.
-
#type ⇒ String?
readonly
Returns the value of attribute type.
Instance Attribute Details
#date ⇒ Date? (readonly)
Returns the value of attribute date.
122 123 124 |
# File 'sig/edoxen.rbs', line 122 def date @date end |
#type ⇒ String? (readonly)
Returns the value of attribute type.
123 124 125 |
# File 'sig/edoxen.rbs', line 123 def type @type end |