Class: Nzbn::Models::Company

Inherits:
Base
  • Object
show all
Defined in:
lib/nzbn/models/company.rb

Overview

Company details model

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize, #to_h, #to_json

Constructor Details

This class inherits a constructor from Nzbn::Models::Base

Instance Attribute Details

#annual_return_filing_monthObject

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_filedObject

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_numberObject

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_originObject

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_shareholdingObject

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_monthObject

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_filedObject

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

#insolvenciesObject

Returns the value of attribute insolvencies.



7
8
9
# File 'lib/nzbn/models/company.rb', line 7

def insolvencies
  @insolvencies
end

#nzsx_codeObject

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_companyObject

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_commencedObject

Returns the value of attribute removal_commenced.



7
8
9
# File 'lib/nzbn/models/company.rb', line 7

def removal_commenced
  @removal_commenced
end

#shareholdingObject

Returns the value of attribute shareholding.



7
8
9
# File 'lib/nzbn/models/company.rb', line 7

def shareholding
  @shareholding
end

#stock_exchange_listedObject

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_companyObject

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