Class: CadenceThrift::WorkflowExecutionTerminatedEventAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::WorkflowExecutionTerminatedEventAttributes
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- REASON =
10
- DETAILS =
20
- IDENTITY =
30
- FIELDS =
{ REASON => {:type => ::Thrift::Types::STRING, :name => 'reason', :optional => true}, DETAILS => {:type => ::Thrift::Types::STRING, :name => 'details', :binary => true, :optional => true}, IDENTITY => {:type => ::Thrift::Types::STRING, :name => 'identity', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2188 |
# File 'lib/gen/thrift/shared_types.rb', line 2188 def struct_fields; FIELDS; end |
#validate ⇒ Object
2190 2191 |
# File 'lib/gen/thrift/shared_types.rb', line 2190 def validate end |