class TalkService::GetExtendedProfile_args
Constants
- FIELDS
- SYNCREASON
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/talk_service.rb, line 5007 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/talk_service.rb, line 5009 def validate unless @syncReason.nil? || ::P0_a_e_a_b_sg::VALID_VALUES.include?(@syncReason) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field syncReason!') end end