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