Class: CadenceThrift::TimerFiredEventAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::TimerFiredEventAttributes
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- TIMERID =
10
- STARTEDEVENTID =
20
- FIELDS =
{ TIMERID => {:type => ::Thrift::Types::STRING, :name => 'timerId', :optional => true}, STARTEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'startedEventId', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2042 |
# File 'lib/gen/thrift/shared_types.rb', line 2042 def struct_fields; FIELDS; end |
#validate ⇒ Object
2044 2045 |
# File 'lib/gen/thrift/shared_types.rb', line 2044 def validate end |