Class: Concord::Thrift::MutableEphemeralStateService::SetState_args
- Inherits:
-
Object
- Object
- Concord::Thrift::MutableEphemeralStateService::SetState_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/mutable_ephemeral_state_service.rb
Overview
HELPER FUNCTIONS AND STRUCTURES
Constant Summary collapse
- KEY =
1
- VALUE =
2
- FIELDS =
{ KEY => {:type => ::Thrift::Types::STRING, :name => 'key'}, VALUE => {:type => ::Thrift::Types::STRING, :name => 'value', :binary => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
88 |
# File 'lib/gen-rb/mutable_ephemeral_state_service.rb', line 88 def struct_fields; FIELDS; end |
#validate ⇒ Object
90 91 |
# File 'lib/gen-rb/mutable_ephemeral_state_service.rb', line 90 def validate end |