Class: Shipit::ContinuousDeliverySchedule::DeploymentWindow

Inherits:
Struct
  • Object
show all
Defined in:
app/models/shipit/continuous_delivery_schedule.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enabledObject Also known as: enabled?

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



21
22
23
# File 'app/models/shipit/continuous_delivery_schedule.rb', line 21

def enabled
  @enabled
end

#ends_atObject

Returns the value of attribute ends_at

Returns:

  • (Object)

    the current value of ends_at



21
22
23
# File 'app/models/shipit/continuous_delivery_schedule.rb', line 21

def ends_at
  @ends_at
end

#starts_atObject

Returns the value of attribute starts_at

Returns:

  • (Object)

    the current value of starts_at



21
22
23
# File 'app/models/shipit/continuous_delivery_schedule.rb', line 21

def starts_at
  @starts_at
end