class Protobuf::Field::FieldArray
def to_hash_value
Return a hash-representation of the given values for this field type.
def to_hash_value self.map do |value| value.respond_to?(:to_hash_value) ? value.to_hash_value : value end end
def to_hash_value self.map do |value| value.respond_to?(:to_hash_value) ? value.to_hash_value : value end end