class GroupCallRoute
Constants
- CAPABILITIES
- COMMPARAM
- CSCF
- FIELDS
- FROMZONE
- HOSTMID
- MIX
- ORIONADDRESS
- POLARISADDRESS
- POLARISUDPPORT
- POLARISZONE
- PROTO
- TOKEN
- VOIPADDRESS
- VOIPTCPPORT
- VOIPUDPPORT
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 16552 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 16554 def validate unless @proto.nil? || ::P0_a_e_a_b_ic::VALID_VALUES.include?(@proto) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field proto!') end end