Class: Nzbn::Models::IndustryClassification
- Defined in:
- lib/nzbn/models/industry_classification.rb
Overview
Industry classification (ANZSIC) model
Instance Attribute Summary collapse
-
#classification_code ⇒ Object
Returns the value of attribute classification_code.
-
#classification_description ⇒ Object
Returns the value of attribute classification_description.
-
#unique_identifier ⇒ Object
Returns the value of attribute unique_identifier.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Nzbn::Models::Base
Instance Attribute Details
#classification_code ⇒ Object
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_description ⇒ Object
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_identifier ⇒ Object
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 |