Class: Concord::Thrift::MutableEphemeralStateService::GetState_result
- Inherits:
-
Object
- Object
- Concord::Thrift::MutableEphemeralStateService::GetState_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/mutable_ephemeral_state_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
138 |
# File 'lib/gen-rb/mutable_ephemeral_state_service.rb', line 138 def struct_fields; FIELDS; end |
#validate ⇒ Object
140 141 |
# File 'lib/gen-rb/mutable_ephemeral_state_service.rb', line 140 def validate end |