class TalkService::UpdateExtendedProfileAttribute_args

Constants

ATTR
EXTENDEDPROFILE
FIELDS
REQSEQ

Public Instance Methods

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