Class: Shipit::ContinuousDeliverySchedule::DeploymentWindow
- Inherits:
-
Struct
- Object
- Struct
- Shipit::ContinuousDeliverySchedule::DeploymentWindow
- Defined in:
- app/models/shipit/continuous_delivery_schedule.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Object
(also: #enabled?)
Returns the value of attribute enabled.
-
#ends_at ⇒ Object
Returns the value of attribute ends_at.
-
#starts_at ⇒ Object
Returns the value of attribute starts_at.
Instance Attribute Details
#enabled ⇒ Object Also known as: enabled?
Returns the value of attribute enabled
21 22 23 |
# File 'app/models/shipit/continuous_delivery_schedule.rb', line 21 def enabled @enabled end |
#ends_at ⇒ Object
Returns the value of attribute ends_at
21 22 23 |
# File 'app/models/shipit/continuous_delivery_schedule.rb', line 21 def ends_at @ends_at end |
#starts_at ⇒ Object
Returns the value of attribute starts_at
21 22 23 |
# File 'app/models/shipit/continuous_delivery_schedule.rb', line 21 def starts_at @starts_at end |