Class: CadenceThrift::TaskListMetadata
- Inherits:
-
Object
- Object
- CadenceThrift::TaskListMetadata
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- MAXTASKSPERSECOND =
10
- FIELDS =
{ MAXTASKSPERSECOND => {:type => ::Thrift::Types::DOUBLE, :name => 'maxTasksPerSecond', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
989 |
# File 'lib/gen/thrift/shared_types.rb', line 989 def struct_fields; FIELDS; end |
#validate ⇒ Object
991 992 |
# File 'lib/gen/thrift/shared_types.rb', line 991 def validate end |