Class: ActiveNetsuite::NexusSearchRowBasic
- Inherits:
-
SearchRowBasic
- Object
- SearchRow
- SearchRowBasic
- ActiveNetsuite::NexusSearchRowBasic
- Defined in:
- lib/activenetsuite/soap/default.rb
Overview
urn:common_2013_2urn:common_2013_2.platformurn:common_2013_2.platform.webservicesurn:common_2013_2.platform.webservices.netsuiteurn:common_2013_2.platform.webservices.netsuite.comNexusSearchRowBasic
country - ActiveNetsuite::SearchColumnEnumSelectField
description - ActiveNetsuite::SearchColumnStringField
externalId - ActiveNetsuite::SearchColumnStringField
internalId - ActiveNetsuite::SearchColumnSelectField
state - ActiveNetsuite::SearchColumnSelectField
Instance Attribute Summary collapse
-
#country ⇒ Object
Returns the value of attribute country.
-
#description ⇒ Object
Returns the value of attribute description.
-
#externalId ⇒ Object
Returns the value of attribute externalId.
-
#internalId ⇒ Object
Returns the value of attribute internalId.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Method Summary collapse
-
#initialize(country = [], description = [], externalId = [], internalId = [], state = []) ⇒ NexusSearchRowBasic
constructor
A new instance of NexusSearchRowBasic.
Constructor Details
#initialize(country = [], description = [], externalId = [], internalId = [], state = []) ⇒ NexusSearchRowBasic
Returns a new instance of NexusSearchRowBasic.
43422 43423 43424 43425 43426 43427 43428 |
# 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 |
Instance Attribute Details
#country ⇒ Object
Returns the value of attribute country.
43416 43417 43418 |
# File 'lib/activenetsuite/soap/default.rb', line 43416 def country @country end |
#description ⇒ Object
Returns the value of attribute description.
43417 43418 43419 |
# File 'lib/activenetsuite/soap/default.rb', line 43417 def description @description end |
#externalId ⇒ Object
Returns the value of attribute externalId.
43418 43419 43420 |
# File 'lib/activenetsuite/soap/default.rb', line 43418 def externalId @externalId end |
#internalId ⇒ Object
Returns the value of attribute internalId.
43419 43420 43421 |
# File 'lib/activenetsuite/soap/default.rb', line 43419 def internalId @internalId end |
#state ⇒ Object
Returns the value of attribute state.
43420 43421 43422 |
# File 'lib/activenetsuite/soap/default.rb', line 43420 def state @state end |