Class: ActiveNetsuite::SubsidiaryNexus

Inherits:
Object
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:accounting_2013_2urn:accounting_2013_2.listsurn:accounting_2013_2.lists.webservicesurn:accounting_2013_2.lists.webservices.netsuiteurn:accounting_2013_2.lists.webservices.netsuite.comSubsidiaryNexus

nexusId - ActiveNetsuite::RecordRef
country - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(nexusId = nil, country = nil) ⇒ SubsidiaryNexus

Returns a new instance of SubsidiaryNexus.



53146
53147
53148
53149
# File 'lib/activenetsuite/soap/default.rb', line 53146

def initialize(nexusId = nil, country = nil)
  @nexusId = nexusId
  @country = country
end

Instance Attribute Details

#countryObject

Returns the value of attribute country.



53144
53145
53146
# File 'lib/activenetsuite/soap/default.rb', line 53144

def country
  @country
end

#nexusIdObject

Returns the value of attribute nexusId.



53143
53144
53145
# File 'lib/activenetsuite/soap/default.rb', line 53143

def nexusId
  @nexusId
end