Method: Thrift::Struct_Union#each_field
- Defined in:
- lib/thrift/struct_union.rb
#each_field ⇒ Object
44 45 46 47 48 49 |
# File 'lib/thrift/struct_union.rb', line 44 def each_field sorted_field_ids.each do |fid| data = struct_fields[fid] yield fid, data end end |