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