class ActiveNetsuite::NexusSearchRowBasic

{urn:common_2013_2.platform.webservices.netsuite.com}NexusSearchRowBasic

country - ActiveNetsuite::SearchColumnEnumSelectField
description - ActiveNetsuite::SearchColumnStringField
externalId - ActiveNetsuite::SearchColumnStringField
internalId - ActiveNetsuite::SearchColumnSelectField
state - ActiveNetsuite::SearchColumnSelectField

Attributes

country[RW]
description[RW]
externalId[RW]
internalId[RW]
state[RW]

Public Class Methods

new(country = [], description = [], externalId = [], internalId = [], state = []) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 43422
def initialize(country = [], description = [], externalId = [], internalId = [], state = [])
  @country = country
  @description = description
  @externalId = externalId
  @internalId = internalId
  @state = state
end