Class: CadenceThrift::WorkflowQuery

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

QUERYTYPE =
10
QUERYARGS =
20
FIELDS =
{
  QUERYTYPE => {:type => ::Thrift::Types::STRING, :name => 'queryType', :optional => true},
  QUERYARGS => {:type => ::Thrift::Types::STRING, :name => 'queryArgs', :binary => true, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end