Class: Nzbn::Models::NonCompany
Overview
Non-company entity details (limited partnerships, charities, etc.)
Instance Attribute Summary collapse
-
#annual_return_filing_month ⇒ Object
Returns the value of attribute annual_return_filing_month.
-
#balance_date ⇒ Object
Returns the value of attribute balance_date.
-
#charities_number ⇒ Object
Returns the value of attribute charities_number.
-
#country_of_origin ⇒ Object
Returns the value of attribute country_of_origin.
-
#registered_union_status ⇒ Object
Returns the value of attribute registered_union_status.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Nzbn::Models::Base
Instance Attribute Details
#annual_return_filing_month ⇒ Object
Returns the value of attribute annual_return_filing_month.
16 17 18 |
# File 'lib/nzbn/models/company.rb', line 16 def annual_return_filing_month @annual_return_filing_month end |
#balance_date ⇒ Object
Returns the value of attribute balance_date.
16 17 18 |
# File 'lib/nzbn/models/company.rb', line 16 def balance_date @balance_date end |
#charities_number ⇒ Object
Returns the value of attribute charities_number.
16 17 18 |
# File 'lib/nzbn/models/company.rb', line 16 def charities_number @charities_number end |
#country_of_origin ⇒ Object
Returns the value of attribute country_of_origin.
16 17 18 |
# File 'lib/nzbn/models/company.rb', line 16 def country_of_origin @country_of_origin end |
#registered_union_status ⇒ Object
Returns the value of attribute registered_union_status.
16 17 18 |
# File 'lib/nzbn/models/company.rb', line 16 def registered_union_status @registered_union_status end |