Class: CadenceThrift::StartTimerDecisionAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::StartTimerDecisionAttributes
- 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
- STARTTOFIRETIMEOUTSECONDS =
20
- FIELDS =
{ TIMERID => {:type => ::Thrift::Types::STRING, :name => 'timerId', :optional => true}, STARTTOFIRETIMEOUTSECONDS => {:type => ::Thrift::Types::I64, :name => 'startToFireTimeoutSeconds', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1188 |
# File 'lib/gen/thrift/shared_types.rb', line 1188 def struct_fields; FIELDS; end |
#validate ⇒ Object
1190 1191 |
# File 'lib/gen/thrift/shared_types.rb', line 1190 def validate end |