Class: CadenceThrift::FailWorkflowExecutionDecisionAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::FailWorkflowExecutionDecisionAttributes
- 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
- FIELDS =
{ REASON => {:type => ::Thrift::Types::STRING, :name => 'reason', :optional => true}, DETAILS => {:type => ::Thrift::Types::STRING, :name => 'details', :binary => true, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1222 |
# File 'lib/gen/thrift/shared_types.rb', line 1222 def struct_fields; FIELDS; end |
#validate ⇒ Object
1224 1225 |
# File 'lib/gen/thrift/shared_types.rb', line 1224 def validate end |