Class: Edgar::DataObjects::FundFeeNotice

Inherits:
Base
  • Object
show all
Defined in:
lib/edgar/data_objects.rb

Overview

Wraps a 24F-2NT fund fee notice.

Instance Attribute Summary

Attributes inherited from Base

#filing

Instance Method Summary collapse

Methods inherited from Base

#accession_number, #company_name, #filing_date, #form_type, #initialize, #to_s

Constructor Details

This class inherits a constructor from Edgar::DataObjects::Base

Instance Method Details

#fund_nameObject



361
362
363
# File 'lib/edgar/data_objects.rb', line 361

def fund_name
  @filing.header.filer_company
end