Class: Storm::DistributedRPCInvocations::Result_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/storm/thrift/distributed_r_p_c_invocations.rb

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

ID =
1
RESULT =
2
FIELDS =
{
  ID => {:type => ::Thrift::Types::STRING, :name => 'id'},
  RESULT => {:type => ::Thrift::Types::STRING, :name => 'result'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



99
# File 'lib/storm/thrift/distributed_r_p_c_invocations.rb', line 99

def struct_fields; FIELDS; end

#validateObject



101
102
# File 'lib/storm/thrift/distributed_r_p_c_invocations.rb', line 101

def validate
end