Class: Concord::Thrift::SchedulerMetadata
- Inherits:
-
Object
- Object
- Concord::Thrift::SchedulerMetadata
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/bolt_types.rb
Constant Summary collapse
- ENDPOINT =
1
- VERSION =
2
- FIELDS =
{ ENDPOINT => {:type => ::Thrift::Types::STRUCT, :name => 'endpoint', :class => ::Concord::Thrift::Endpoint}, VERSION => {:type => ::Thrift::Types::I32, :name => 'version'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
235 |
# File 'lib/gen-rb/bolt_types.rb', line 235 def struct_fields; FIELDS; end |
#validate ⇒ Object
237 238 |
# File 'lib/gen-rb/bolt_types.rb', line 237 def validate end |