[Source]
# File lib/thrift_client/simple.rb, line 210 210: def _fields 211: @fields 212: end
# File lib/thrift_client/simple.rb, line 214 214: def _fields=(f) 215: @fields = f 216: end
[Validate]