class Gossiperl::Client::Thrift::DigestAck

Constants

FIELDS
HEARTBEAT
MEMBERSHIP
NAME
REPLY_ID

Public Instance Methods

struct_fields() click to toggle source
# File lib/gossiperl_client/thrift/gossiperl_types.rb, line 211
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/gossiperl_client/thrift/gossiperl_types.rb, line 213
def validate
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field name is unset!') unless @name
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field heartbeat is unset!') unless @heartbeat
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field reply_id is unset!') unless @reply_id
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field membership is unset!') unless @membership
end