Class: Phaseo::Gen::ModelLifecycle
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::ModelLifecycle
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
- #deprecation_date ⇒ String?
- #message ⇒ String?
- #replacement_model_id ⇒ String?
- #retirement_date ⇒ String?
- #status ⇒ String?
Instance Attribute Details
#deprecation_date ⇒ String?
1311 |
# File 'lib/gen/models.rb', line 1311 ModelLifecycle = Struct.new(:deprecation_date, :message, :replacement_model_id, :retirement_date, :status, keyword_init: true) |
#message ⇒ String?
1311 |
# File 'lib/gen/models.rb', line 1311 ModelLifecycle = Struct.new(:deprecation_date, :message, :replacement_model_id, :retirement_date, :status, keyword_init: true) |
#replacement_model_id ⇒ String?
1311 |
# File 'lib/gen/models.rb', line 1311 ModelLifecycle = Struct.new(:deprecation_date, :message, :replacement_model_id, :retirement_date, :status, keyword_init: true) |
#retirement_date ⇒ String?
1311 |
# File 'lib/gen/models.rb', line 1311 ModelLifecycle = Struct.new(:deprecation_date, :message, :replacement_model_id, :retirement_date, :status, keyword_init: true) |
#status ⇒ String?
1311 |
# File 'lib/gen/models.rb', line 1311 ModelLifecycle = Struct.new(:deprecation_date, :message, :replacement_model_id, :retirement_date, :status, keyword_init: true) |