class ContactRegistration

Constants

CONTACT
CONTACTKEY
CONTACTTYPE
FIELDS
LUID

Public Instance Methods

struct_fields() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 13564
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 13566
def validate
  unless @contactType.nil? || ::P0_a_e_a_b_c9::VALID_VALUES.include?(@contactType)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field contactType!')
  end
end