Class: Nzbn::Models::Entity

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

Overview

Entity model representing a basic NZBN entity

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

#australian_business_numberObject

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_nameObject

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_codeObject

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_descriptionObject

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_codeObject

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_descriptionObject

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_codeObject

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_descriptionObject

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_dateObject

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

#nzbnObject

Returns the value of attribute nzbn.



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

def nzbn
  @nzbn
end

#registration_dateObject

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_registerObject

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_identifierObject

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