Class: Nzbn::Models::OrganisationPart
- Defined in:
- lib/nzbn/models/organisation_part.rb
Overview
Organisation part (OPN/GLN) model
Instance Attribute Summary collapse
-
#addresses ⇒ Object
Returns the value of attribute addresses.
-
#custom_data ⇒ Object
Returns the value of attribute custom_data.
-
#email_addresses ⇒ Object
Returns the value of attribute email_addresses.
-
#function ⇒ Object
Returns the value of attribute function.
-
#gst_number ⇒ Object
Returns the value of attribute gst_number.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nzbn_list ⇒ Object
Returns the value of attribute nzbn_list.
-
#opn ⇒ Object
Returns the value of attribute opn.
-
#organisation_part_status ⇒ Object
Returns the value of attribute organisation_part_status.
-
#parent_gln ⇒ Object
Returns the value of attribute parent_gln.
-
#parent_nzbn ⇒ Object
Returns the value of attribute parent_nzbn.
-
#parent_nzbn_name ⇒ Object
Returns the value of attribute parent_nzbn_name.
-
#payment_bank_account_number ⇒ Object
Returns the value of attribute payment_bank_account_number.
-
#phone_numbers ⇒ Object
Returns the value of attribute phone_numbers.
-
#privacy ⇒ Object
Returns the value of attribute privacy.
-
#purposes ⇒ Object
Returns the value of attribute purposes.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
-
#status_date ⇒ Object
Returns the value of attribute status_date.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Nzbn::Models::Base
Instance Attribute Details
#addresses ⇒ Object
Returns the value of attribute addresses.
7 8 9 |
# File 'lib/nzbn/models/organisation_part.rb', line 7 def addresses @addresses end |
#custom_data ⇒ Object
Returns the value of attribute custom_data.
7 8 9 |
# File 'lib/nzbn/models/organisation_part.rb', line 7 def custom_data @custom_data end |
#email_addresses ⇒ Object
Returns the value of attribute email_addresses.
7 8 9 |
# File 'lib/nzbn/models/organisation_part.rb', line 7 def email_addresses @email_addresses end |
#function ⇒ Object
Returns the value of attribute function.
7 8 9 |
# File 'lib/nzbn/models/organisation_part.rb', line 7 def function @function end |
#gst_number ⇒ Object
Returns the value of attribute gst_number.
7 8 9 |
# File 'lib/nzbn/models/organisation_part.rb', line 7 def gst_number @gst_number end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/nzbn/models/organisation_part.rb', line 7 def name @name end |
#nzbn_list ⇒ Object
Returns the value of attribute nzbn_list.
7 8 9 |
# File 'lib/nzbn/models/organisation_part.rb', line 7 def nzbn_list @nzbn_list end |
#opn ⇒ Object
Returns the value of attribute opn.
7 8 9 |
# File 'lib/nzbn/models/organisation_part.rb', line 7 def opn @opn end |
#organisation_part_status ⇒ Object
Returns the value of attribute organisation_part_status.
7 8 9 |
# File 'lib/nzbn/models/organisation_part.rb', line 7 def organisation_part_status @organisation_part_status end |
#parent_gln ⇒ Object
Returns the value of attribute parent_gln.
7 8 9 |
# File 'lib/nzbn/models/organisation_part.rb', line 7 def parent_gln @parent_gln end |
#parent_nzbn ⇒ Object
Returns the value of attribute parent_nzbn.
7 8 9 |
# File 'lib/nzbn/models/organisation_part.rb', line 7 def parent_nzbn @parent_nzbn end |
#parent_nzbn_name ⇒ Object
Returns the value of attribute parent_nzbn_name.
7 8 9 |
# File 'lib/nzbn/models/organisation_part.rb', line 7 def parent_nzbn_name @parent_nzbn_name end |
#payment_bank_account_number ⇒ Object
Returns the value of attribute payment_bank_account_number.
7 8 9 |
# File 'lib/nzbn/models/organisation_part.rb', line 7 def payment_bank_account_number @payment_bank_account_number end |
#phone_numbers ⇒ Object
Returns the value of attribute phone_numbers.
7 8 9 |
# File 'lib/nzbn/models/organisation_part.rb', line 7 def phone_numbers @phone_numbers end |
#privacy ⇒ Object
Returns the value of attribute privacy.
7 8 9 |
# File 'lib/nzbn/models/organisation_part.rb', line 7 def privacy @privacy end |
#purposes ⇒ Object
Returns the value of attribute purposes.
7 8 9 |
# File 'lib/nzbn/models/organisation_part.rb', line 7 def purposes @purposes end |
#start_date ⇒ Object
Returns the value of attribute start_date.
7 8 9 |
# File 'lib/nzbn/models/organisation_part.rb', line 7 def start_date @start_date end |
#status_date ⇒ Object
Returns the value of attribute status_date.
7 8 9 |
# File 'lib/nzbn/models/organisation_part.rb', line 7 def status_date @status_date end |