class TalkService::SetNotificationsEnabled_args
Constants
- ENABLEMENT
- FIELDS
- REQSEQ
- TARGET
- TYPE
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/talk_service.rb, line 5692 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/talk_service.rb, line 5694 def validate unless @type.nil? || ::P0_a_e_a_b_ad::VALID_VALUES.include?(@type) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field type!') end end