Class: CadenceThrift::WorkflowExecutionSignaledEventAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::WorkflowExecutionSignaledEventAttributes
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- SIGNALNAME =
10
- INPUT =
20
- IDENTITY =
30
- FIELDS =
{ SIGNALNAME => {:type => ::Thrift::Types::STRING, :name => 'signalName', :optional => true}, INPUT => {:type => ::Thrift::Types::STRING, :name => 'input', :binary => true, :optional => true}, IDENTITY => {:type => ::Thrift::Types::STRING, :name => 'identity', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2168 |
# File 'lib/gen/thrift/shared_types.rb', line 2168 def struct_fields; FIELDS; end |
#validate ⇒ Object
2170 2171 |
# File 'lib/gen/thrift/shared_types.rb', line 2170 def validate end |