Class: Nzbn::Models::IndustryClassification

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

Overview

Industry classification (ANZSIC) 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

#classification_codeObject

Returns the value of attribute classification_code.



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

def classification_code
  @classification_code
end

#classification_descriptionObject

Returns the value of attribute classification_description.



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

def classification_description
  @classification_description
end

#unique_identifierObject

Returns the value of attribute unique_identifier.



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

def unique_identifier
  @unique_identifier
end