Class: CadenceThrift::RespondActivityTaskFailedRequest
- Inherits:
-
Object
- Object
- CadenceThrift::RespondActivityTaskFailedRequest
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- TASKTOKEN =
10
- REASON =
20
- DETAILS =
30
- IDENTITY =
40
- FIELDS =
{ TASKTOKEN => {:type => ::Thrift::Types::STRING, :name => 'taskToken', :binary => true, :optional => true}, 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
3514 |
# File 'lib/gen/thrift/shared_types.rb', line 3514 def struct_fields; FIELDS; end |
#validate ⇒ Object
3516 3517 |
# File 'lib/gen/thrift/shared_types.rb', line 3516 def validate end |