class TalkService::GetConfigurations_args
Constants
- CARRIER
- FIELDS
- REGIONOFLOCALE
- REGIONOFTELEPHONE
- REGIONOFUSIM
- REVISION
- SYNCREASON
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/talk_service.rb, line 5843 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/talk_service.rb, line 5845 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