Class: Nzbn::Models::Company
Overview
Company details model
Instance Attribute Summary collapse
-
#annual_return_filing_month ⇒ Object
Returns the value of attribute annual_return_filing_month.
-
#annual_return_last_filed ⇒ Object
Returns the value of attribute annual_return_last_filed.
-
#australian_company_number ⇒ Object
Returns the value of attribute australian_company_number.
-
#country_of_origin ⇒ Object
Returns the value of attribute country_of_origin.
-
#extensive_shareholding ⇒ Object
Returns the value of attribute extensive_shareholding.
-
#financial_report_filing_month ⇒ Object
Returns the value of attribute financial_report_filing_month.
-
#has_constitution_filed ⇒ Object
Returns the value of attribute has_constitution_filed.
-
#insolvencies ⇒ Object
Returns the value of attribute insolvencies.
-
#nzsx_code ⇒ Object
Returns the value of attribute nzsx_code.
-
#overseas_company ⇒ Object
Returns the value of attribute overseas_company.
-
#removal_commenced ⇒ Object
Returns the value of attribute removal_commenced.
-
#shareholding ⇒ Object
Returns the value of attribute shareholding.
-
#stock_exchange_listed ⇒ Object
Returns the value of attribute stock_exchange_listed.
-
#ultimate_holding_company ⇒ Object
Returns the value of attribute ultimate_holding_company.
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.
7 8 9 |
# File 'lib/nzbn/models/company.rb', line 7 def annual_return_filing_month @annual_return_filing_month end |
#annual_return_last_filed ⇒ Object
Returns the value of attribute annual_return_last_filed.
7 8 9 |
# File 'lib/nzbn/models/company.rb', line 7 def annual_return_last_filed @annual_return_last_filed end |
#australian_company_number ⇒ Object
Returns the value of attribute australian_company_number.
7 8 9 |
# File 'lib/nzbn/models/company.rb', line 7 def australian_company_number @australian_company_number end |
#country_of_origin ⇒ Object
Returns the value of attribute country_of_origin.
7 8 9 |
# File 'lib/nzbn/models/company.rb', line 7 def country_of_origin @country_of_origin end |
#extensive_shareholding ⇒ Object
Returns the value of attribute extensive_shareholding.
7 8 9 |
# File 'lib/nzbn/models/company.rb', line 7 def extensive_shareholding @extensive_shareholding end |
#financial_report_filing_month ⇒ Object
Returns the value of attribute financial_report_filing_month.
7 8 9 |
# File 'lib/nzbn/models/company.rb', line 7 def financial_report_filing_month @financial_report_filing_month end |
#has_constitution_filed ⇒ Object
Returns the value of attribute has_constitution_filed.
7 8 9 |
# File 'lib/nzbn/models/company.rb', line 7 def has_constitution_filed @has_constitution_filed end |
#insolvencies ⇒ Object
Returns the value of attribute insolvencies.
7 8 9 |
# File 'lib/nzbn/models/company.rb', line 7 def insolvencies @insolvencies end |
#nzsx_code ⇒ Object
Returns the value of attribute nzsx_code.
7 8 9 |
# File 'lib/nzbn/models/company.rb', line 7 def nzsx_code @nzsx_code end |
#overseas_company ⇒ Object
Returns the value of attribute overseas_company.
7 8 9 |
# File 'lib/nzbn/models/company.rb', line 7 def overseas_company @overseas_company end |
#removal_commenced ⇒ Object
Returns the value of attribute removal_commenced.
7 8 9 |
# File 'lib/nzbn/models/company.rb', line 7 def removal_commenced @removal_commenced end |
#shareholding ⇒ Object
Returns the value of attribute shareholding.
7 8 9 |
# File 'lib/nzbn/models/company.rb', line 7 def shareholding @shareholding end |
#stock_exchange_listed ⇒ Object
Returns the value of attribute stock_exchange_listed.
7 8 9 |
# File 'lib/nzbn/models/company.rb', line 7 def stock_exchange_listed @stock_exchange_listed end |
#ultimate_holding_company ⇒ Object
Returns the value of attribute ultimate_holding_company.
7 8 9 |
# File 'lib/nzbn/models/company.rb', line 7 def ultimate_holding_company @ultimate_holding_company end |