Class: Nzbn::Models::Entity
Overview
Entity model representing a basic NZBN entity
Instance Attribute Summary collapse
-
#australian_business_number ⇒ Object
Returns the value of attribute australian_business_number.
-
#entity_name ⇒ Object
Returns the value of attribute entity_name.
-
#entity_status_code ⇒ Object
Returns the value of attribute entity_status_code.
-
#entity_status_description ⇒ Object
Returns the value of attribute entity_status_description.
-
#entity_type_code ⇒ Object
Returns the value of attribute entity_type_code.
-
#entity_type_description ⇒ Object
Returns the value of attribute entity_type_description.
-
#hibernation_status_code ⇒ Object
Returns the value of attribute hibernation_status_code.
-
#hibernation_status_description ⇒ Object
Returns the value of attribute hibernation_status_description.
-
#last_updated_date ⇒ Object
Returns the value of attribute last_updated_date.
-
#nzbn ⇒ Object
Returns the value of attribute nzbn.
-
#registration_date ⇒ Object
Returns the value of attribute registration_date.
-
#source_register ⇒ Object
Returns the value of attribute source_register.
-
#source_register_unique_identifier ⇒ Object
Returns the value of attribute source_register_unique_identifier.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Nzbn::Models::Base
Instance Attribute Details
#australian_business_number ⇒ Object
Returns the value of attribute australian_business_number.
7 8 9 |
# File 'lib/nzbn/models/entity.rb', line 7 def australian_business_number @australian_business_number end |
#entity_name ⇒ Object
Returns the value of attribute entity_name.
7 8 9 |
# File 'lib/nzbn/models/entity.rb', line 7 def entity_name @entity_name end |
#entity_status_code ⇒ Object
Returns the value of attribute entity_status_code.
7 8 9 |
# File 'lib/nzbn/models/entity.rb', line 7 def entity_status_code @entity_status_code end |
#entity_status_description ⇒ Object
Returns the value of attribute entity_status_description.
7 8 9 |
# File 'lib/nzbn/models/entity.rb', line 7 def entity_status_description @entity_status_description end |
#entity_type_code ⇒ Object
Returns the value of attribute entity_type_code.
7 8 9 |
# File 'lib/nzbn/models/entity.rb', line 7 def entity_type_code @entity_type_code end |
#entity_type_description ⇒ Object
Returns the value of attribute entity_type_description.
7 8 9 |
# File 'lib/nzbn/models/entity.rb', line 7 def entity_type_description @entity_type_description end |
#hibernation_status_code ⇒ Object
Returns the value of attribute hibernation_status_code.
7 8 9 |
# File 'lib/nzbn/models/entity.rb', line 7 def hibernation_status_code @hibernation_status_code end |
#hibernation_status_description ⇒ Object
Returns the value of attribute hibernation_status_description.
7 8 9 |
# File 'lib/nzbn/models/entity.rb', line 7 def hibernation_status_description @hibernation_status_description end |
#last_updated_date ⇒ Object
Returns the value of attribute last_updated_date.
7 8 9 |
# File 'lib/nzbn/models/entity.rb', line 7 def last_updated_date @last_updated_date end |
#nzbn ⇒ Object
Returns the value of attribute nzbn.
7 8 9 |
# File 'lib/nzbn/models/entity.rb', line 7 def nzbn @nzbn end |
#registration_date ⇒ Object
Returns the value of attribute registration_date.
7 8 9 |
# File 'lib/nzbn/models/entity.rb', line 7 def registration_date @registration_date end |
#source_register ⇒ Object
Returns the value of attribute source_register.
7 8 9 |
# File 'lib/nzbn/models/entity.rb', line 7 def source_register @source_register end |
#source_register_unique_identifier ⇒ Object
Returns the value of attribute source_register_unique_identifier.
7 8 9 |
# File 'lib/nzbn/models/entity.rb', line 7 def source_register_unique_identifier @source_register_unique_identifier end |