Method: Fech::Filing#readable?

Defined in:
lib/fech/filing.rb

#readable?Boolean

Only FEC format 3.00 + is supported

Returns:

  • (Boolean)


233
234
235
# File 'lib/fech/filing.rb', line 233

def readable?
  filing_version.to_i >= 3
end