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 Method Summary collapse

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of 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.

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
)