Class: Temporalio::Client::Schedule::Update::Input

Inherits:
Data
  • Object
show all
Defined in:
lib/temporalio/client/schedule.rb

Overview

Parameter for an update callback for Temporalio::Client::ScheduleHandle#update.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionDescription

Returns Current description of the schedule.

Returns:

  • (Description)

    Current description of the schedule.



853
854
855
# File 'lib/temporalio/client/schedule.rb', line 853

Input = Data.define( # rubocop:disable Layout/ClassStructure
  :description
)