Class: CadenceThrift::TransientDecisionInfo
- Inherits:
-
Object
- Object
- CadenceThrift::TransientDecisionInfo
- 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_fields ⇒ Object
1118 |
# File 'lib/gen/thrift/shared_types.rb', line 1118 def struct_fields; FIELDS; end |
#validate ⇒ Object
1120 1121 |
# File 'lib/gen/thrift/shared_types.rb', line 1120 def validate end |