Method: Thrift::Union#get_set_field

Defined in:
lib/thrift/union.rb

#get_set_fieldObject

get the symbol that indicates what the currently set field type is.



128
129
130
# File 'lib/thrift/union.rb', line 128

def get_set_field
  @setfield
end