Class: Concord::Thrift::SchedulerMetadata

Inherits:
Object
  • Object
show all
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_fieldsObject



235
# File 'lib/gen-rb/bolt_types.rb', line 235

def struct_fields; FIELDS; end

#validateObject



237
238
# File 'lib/gen-rb/bolt_types.rb', line 237

def validate
end