Class: Concord::Thrift::ComputationService::BoltProcessRecords_result
- Inherits:
-
Object
- Object
- Concord::Thrift::ComputationService::BoltProcessRecords_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::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :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
249 |
# File 'lib/gen-rb/computation_service.rb', line 249 def struct_fields; FIELDS; end |
#validate ⇒ Object
251 252 |
# File 'lib/gen-rb/computation_service.rb', line 251 def validate end |