[Source]
# File lib/thrift_client/simple.rb, line 38 38: def type_id 39: @type_id 40: end
# File lib/thrift_client/simple.rb, line 34 34: def type_id=(n) 35: @type_id = n 36: end
[Validate]