Class: CadenceThrift::RespondDecisionTaskCompletedResponse

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

DECISIONTASK =
10
FIELDS =
{
  DECISIONTASK => {:type => ::Thrift::Types::STRUCT, :name => 'decisionTask', :class => ::CadenceThrift::PollForDecisionTaskResponse, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end