Class: Nzbn::Models::NonCompany

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

Overview

Non-company entity details (limited partnerships, charities, etc.)

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.



16
17
18
# File 'lib/nzbn/models/company.rb', line 16

def annual_return_filing_month
  @annual_return_filing_month
end

#balance_dateObject

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_numberObject

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_originObject

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_statusObject

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