class TalkService::UpdateContactSetting_args
Constants
- FIELDS
- FLAG
- MID
- REQSEQ
- VALUE
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/talk_service.rb, line 4082 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/talk_service.rb, line 4084 def validate unless @flag.nil? || ::P0_a_e_a_b_a9::VALID_VALUES.include?(@flag) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field flag!') end end