Class: Nzbn::Models::OrganisationPart

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

Overview

Organisation part (OPN/GLN) model

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

#addressesObject

Returns the value of attribute addresses.



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

def addresses
  @addresses
end

#custom_dataObject

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_addressesObject

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

#functionObject

Returns the value of attribute function.



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

def function
  @function
end

#gst_numberObject

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

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#nzbn_listObject

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

#opnObject

Returns the value of attribute opn.



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

def opn
  @opn
end

#organisation_part_statusObject

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_glnObject

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_nzbnObject

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_nameObject

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_numberObject

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
end

#phone_numbersObject

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

#privacyObject

Returns the value of attribute privacy.



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

def privacy
  @privacy
end

#purposesObject

Returns the value of attribute purposes.



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

def purposes
  @purposes
end

#start_dateObject

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_dateObject

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