Class: CadenceThrift::WorkflowType

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

NAME =
10
FIELDS =
{
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end