Class: CadenceThrift::FailWorkflowExecutionDecisionAttributes

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

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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end