Class: Concord::Thrift::ComputationService::BoltProcessTimer_result
- Inherits:
-
Object
- Object
- Concord::Thrift::ComputationService::BoltProcessTimer_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/computation_service.rb
Constant Summary collapse
- SUCCESS =
0- E =
1- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::Concord::Thrift::ComputationTx}, E => {:type => ::Thrift::Types::STRUCT, :name => 'e', :class => ::Concord::Thrift::BoltError} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
285 |
# File 'lib/gen-rb/computation_service.rb', line 285 def struct_fields; FIELDS; end |
#validate ⇒ Object
287 288 |
# File 'lib/gen-rb/computation_service.rb', line 287 def validate end |