Class: Temporalio::Client::Schedule::Update::Input
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Schedule::Update::Input
- Defined in:
- lib/temporalio/client/schedule.rb
Overview
Parameter for an update callback for Temporalio::Client::ScheduleHandle#update.
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
Instance Method Summary collapse
-
#description(value) ⇒ Description
readonly
Current description of the schedule.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
853 854 855 |
# File 'lib/temporalio/client/schedule.rb', line 853 Input = Data.define( # rubocop:disable Layout/ClassStructure :description ) |
Instance Method Details
#description=(value) ⇒ Description (readonly)
Returns Current description of the schedule.
853 854 855 |
# File 'lib/temporalio/client/schedule.rb', line 853 Input = Data.define( # rubocop:disable Layout/ClassStructure :description ) |