Class: Nzbn::Models::SearchEntity
- Defined in:
- lib/nzbn/models/search_entity.rb
Overview
Search entity result from entity search
Instance Attribute Summary collapse
-
#classifications ⇒ Object
Returns the value of attribute classifications.
-
#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.
-
#links ⇒ Object
Returns the value of attribute links.
-
#nzbn ⇒ Object
Returns the value of attribute nzbn.
-
#previous_entity_names ⇒ Object
Returns the value of attribute previous_entity_names.
-
#registration_date ⇒ Object
Returns the value of attribute registration_date.
-
#source_register_unique_id ⇒ Object
Returns the value of attribute source_register_unique_id.
-
#trading_names ⇒ Object
Returns the value of attribute trading_names.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ SearchEntity
constructor
A new instance of SearchEntity.
Methods inherited from Base
Constructor Details
#initialize(attributes = {}) ⇒ SearchEntity
Returns a new instance of SearchEntity.
12 13 14 15 |
# File 'lib/nzbn/models/search_entity.rb', line 12 def initialize(attributes = {}) super parse_nested_objects(attributes) end |
Instance Attribute Details
#classifications ⇒ Object
Returns the value of attribute classifications.
7 8 9 |
# File 'lib/nzbn/models/search_entity.rb', line 7 def classifications @classifications end |
#entity_name ⇒ Object
Returns the value of attribute entity_name.
7 8 9 |
# File 'lib/nzbn/models/search_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/search_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/search_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/search_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/search_entity.rb', line 7 def entity_type_description @entity_type_description end |
#links ⇒ Object
Returns the value of attribute links.
7 8 9 |
# File 'lib/nzbn/models/search_entity.rb', line 7 def links @links end |
#nzbn ⇒ Object
Returns the value of attribute nzbn.
7 8 9 |
# File 'lib/nzbn/models/search_entity.rb', line 7 def nzbn @nzbn end |
#previous_entity_names ⇒ Object
Returns the value of attribute previous_entity_names.
7 8 9 |
# File 'lib/nzbn/models/search_entity.rb', line 7 def previous_entity_names @previous_entity_names end |
#registration_date ⇒ Object
Returns the value of attribute registration_date.
7 8 9 |
# File 'lib/nzbn/models/search_entity.rb', line 7 def registration_date @registration_date end |
#source_register_unique_id ⇒ Object
Returns the value of attribute source_register_unique_id.
7 8 9 |
# File 'lib/nzbn/models/search_entity.rb', line 7 def source_register_unique_id @source_register_unique_id end |
#trading_names ⇒ Object
Returns the value of attribute trading_names.
7 8 9 |
# File 'lib/nzbn/models/search_entity.rb', line 7 def trading_names @trading_names end |