class SquareJoinMethod
Constants
- FIELDS
- TYPE
- VALUE
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 9646 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 9648 def validate unless @type.nil? || ::Com_linecorp_square_protocol_thrift_common_SquareJoinMethodType::VALID_VALUES.include?(@type) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field type!') end end