Class: CadenceThrift::TransientDecisionInfo

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb

Constant Summary collapse

SCHEDULEDEVENT =
10
STARTEDEVENT =
20
FIELDS =
{
  SCHEDULEDEVENT => {:type => ::Thrift::Types::STRUCT, :name => 'scheduledEvent', :class => ::CadenceThrift::HistoryEvent, :optional => true},
  STARTEDEVENT => {:type => ::Thrift::Types::STRUCT, :name => 'startedEvent', :class => ::CadenceThrift::HistoryEvent, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1118
# File 'lib/gen/thrift/shared_types.rb', line 1118

def struct_fields; FIELDS; end

#validateObject



1120
1121
# File 'lib/gen/thrift/shared_types.rb', line 1120

def validate
end