Class: Nzbn::Models::FullEntity

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

Overview

Full entity model with all details

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Base

#to_h, #to_json

Constructor Details

#initialize(attributes = {}) ⇒ FullEntity

Returns a new instance of FullEntity.



18
19
20
21
# File 'lib/nzbn/models/full_entity.rb', line 18

def initialize(attributes = {})
  super
  parse_nested_objects(attributes)
end

Instance Attribute Details

#addressesObject

Returns the value of attribute addresses.



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

def addresses
  @addresses
end

#australian_business_numberObject

Returns the value of attribute australian_business_number.



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

def australian_business_number
  @australian_business_number
end

#business_ethnicity_identifiersObject

Returns the value of attribute business_ethnicity_identifiers.



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

def business_ethnicity_identifiers
  @business_ethnicity_identifiers
end

#company_detailsObject

Returns the value of attribute company_details.



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

def company_details
  @company_details
end

#email_addressesObject

Returns the value of attribute email_addresses.



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

def email_addresses
  @email_addresses
end

#entity_nameObject

Returns the value of attribute entity_name.



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

def entity_name
  @entity_name
end

#entity_status_codeObject

Returns the value of attribute entity_status_code.



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

def entity_status_code
  @entity_status_code
end

#entity_status_descriptionObject

Returns the value of attribute entity_status_description.



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

def entity_status_description
  @entity_status_description
end

#entity_type_codeObject

Returns the value of attribute entity_type_code.



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

def entity_type_code
  @entity_type_code
end

#entity_type_descriptionObject

Returns the value of attribute entity_type_description.



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

def entity_type_description
  @entity_type_description
end

#gst_numbersObject

Returns the value of attribute gst_numbers.



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

def gst_numbers
  @gst_numbers
end

#hibernation_status_codeObject

Returns the value of attribute hibernation_status_code.



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

def hibernation_status_code
  @hibernation_status_code
end

#hibernation_status_descriptionObject

Returns the value of attribute hibernation_status_description.



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

def hibernation_status_description
  @hibernation_status_description
end

#industry_classificationsObject

Returns the value of attribute industry_classifications.



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

def industry_classifications
  @industry_classifications
end

#last_updated_dateObject

Returns the value of attribute last_updated_date.



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

def last_updated_date
  @last_updated_date
end

#non_company_detailsObject

Returns the value of attribute non_company_details.



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

def non_company_details
  @non_company_details
end

#nzbnObject

Returns the value of attribute nzbn.



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

def nzbn
  @nzbn
end

#payment_bank_accountsObject

Returns the value of attribute payment_bank_accounts.



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

def payment_bank_accounts
  @payment_bank_accounts
end

#phone_numbersObject

Returns the value of attribute phone_numbers.



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

def phone_numbers
  @phone_numbers
end

#privacy_settingsObject

Returns the value of attribute privacy_settings.



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

def privacy_settings
  @privacy_settings
end

#registration_dateObject

Returns the value of attribute registration_date.



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

def registration_date
  @registration_date
end

#rolesObject

Returns the value of attribute roles.



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

def roles
  @roles
end

#source_registerObject

Returns the value of attribute source_register.



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

def source_register
  @source_register
end

#source_register_unique_identifierObject

Returns the value of attribute source_register_unique_identifier.



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

def source_register_unique_identifier
  @source_register_unique_identifier
end

#supporting_informationObject

Returns the value of attribute supporting_information.



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

def supporting_information
  @supporting_information
end

#trading_areasObject

Returns the value of attribute trading_areas.



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

def trading_areas
  @trading_areas
end

#trading_namesObject

Returns the value of attribute trading_names.



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

def trading_names
  @trading_names
end

#websitesObject

Returns the value of attribute websites.



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

def websites
  @websites
end