Class: Temporalio::Client::Schedule::List::Description

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

Overview

Description of a listed schedule.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#idString



878
879
880
# File 'lib/temporalio/client/schedule.rb', line 878

def id
  @id
end

#infoInfo?



878
879
880
# File 'lib/temporalio/client/schedule.rb', line 878

def info
  @info
end

#raw_entryApi::Schedule::V1::ScheduleListEntry



878
879
880
# File 'lib/temporalio/client/schedule.rb', line 878

def raw_entry
  @raw_entry
end

#scheduleSchedule?



878
879
880
# File 'lib/temporalio/client/schedule.rb', line 878

def schedule
  @schedule
end

Instance Method Details

#memoHash<String, Object>?



894
895
896
# File 'lib/temporalio/client/schedule.rb', line 894

def memo
  @memo.get
end

#search_attributesSearch attributes?



899
900
901
# File 'lib/temporalio/client/schedule.rb', line 899

def search_attributes
  @search_attributes.get
end