class DisconnectEapAccountRequest

Constants

EAPTYPE
FIELDS

Public Instance Methods

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