Class: Concord::Thrift::BoltSchedulerService::GetComputationSlug_result
- Inherits:
-
Object
- Object
- Concord::Thrift::BoltSchedulerService::GetComputationSlug_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/bolt_scheduler_service.rb
Constant Summary collapse
- SUCCESS =
0
- E =
1
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::STRING, :name => 'success', :binary => true}, E => {:type => ::Thrift::Types::STRUCT, :name => 'e', :class => ::Concord::Thrift::BoltError} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
215 |
# File 'lib/gen-rb/bolt_scheduler_service.rb', line 215 def struct_fields; FIELDS; end |
#validate ⇒ Object
217 218 |
# File 'lib/gen-rb/bolt_scheduler_service.rb', line 217 def validate end |