Class: Concord::Thrift::ComputationService::Init_result
- Inherits:
-
Object
- Object
- Concord::Thrift::ComputationService::Init_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
184 |
# File 'lib/gen-rb/computation_service.rb', line 184 def struct_fields; FIELDS; end |
#validate ⇒ Object
186 187 |
# File 'lib/gen-rb/computation_service.rb', line 186 def validate end |