Class: CadenceThrift::QueryWorkflowResponse
- Inherits:
-
Object
- Object
- CadenceThrift::QueryWorkflowResponse
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- QUERYRESULT =
10
- QUERYREJECTED =
20
- FIELDS =
{ QUERYRESULT => {:type => ::Thrift::Types::STRING, :name => 'queryResult', :binary => true, :optional => true}, QUERYREJECTED => {:type => ::Thrift::Types::STRUCT, :name => 'queryRejected', :class => ::CadenceThrift::QueryRejected, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
4115 |
# File 'lib/gen/thrift/shared_types.rb', line 4115 def struct_fields; FIELDS; end |
#validate ⇒ Object
4117 4118 |
# File 'lib/gen/thrift/shared_types.rb', line 4117 def validate end |