Method: DMARC::Record#fo

Defined in:
lib/dmarc/record.rb

#foArray<'0', '1', 'd', 's'>

fo field.

Returns:

  • (Array<'0', '1', 'd', 's'>)

    The value of the fo= field, or ["0"] if the field was omitted.



157
158
159
# File 'lib/dmarc/record.rb', line 157

def fo
  @fo || %w[0]
end