Class: ActiveNetsuite::PartnerCategorySearchBasic
- Inherits:
-
SearchRecordBasic
- Object
- SearchRecord
- SearchRecordBasic
- ActiveNetsuite::PartnerCategorySearchBasic
- 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.comPartnerCategorySearchBasic
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
isInactive - ActiveNetsuite::SearchBooleanField
name - ActiveNetsuite::SearchStringField
parent - ActiveNetsuite::SearchMultiSelectField
Instance Attribute Summary collapse
-
#externalId ⇒ Object
Returns the value of attribute externalId.
-
#externalIdString ⇒ Object
Returns the value of attribute externalIdString.
-
#internalId ⇒ Object
Returns the value of attribute internalId.
-
#internalIdNumber ⇒ Object
Returns the value of attribute internalIdNumber.
-
#isInactive ⇒ Object
Returns the value of attribute isInactive.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parent ⇒ Object
Returns the value of attribute parent.
Instance Method Summary collapse
-
#initialize(externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, name = nil, parent = nil) ⇒ PartnerCategorySearchBasic
constructor
A new instance of PartnerCategorySearchBasic.
Methods inherited from SearchRecord
#active, #each, #find_by, #inactive, #response, #to_a, #where
Constructor Details
#initialize(externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, name = nil, parent = nil) ⇒ PartnerCategorySearchBasic
Returns a new instance of PartnerCategorySearchBasic.
29912 29913 29914 29915 29916 29917 29918 29919 29920 |
# File 'lib/activenetsuite/soap/default.rb', line 29912 def initialize(externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, name = nil, parent = nil) @externalId = externalId @externalIdString = externalIdString @internalId = internalId @internalIdNumber = internalIdNumber @isInactive = isInactive @name = name @parent = parent end |
Instance Attribute Details
#externalId ⇒ Object
Returns the value of attribute externalId.
29904 29905 29906 |
# File 'lib/activenetsuite/soap/default.rb', line 29904 def externalId @externalId end |
#externalIdString ⇒ Object
Returns the value of attribute externalIdString.
29905 29906 29907 |
# File 'lib/activenetsuite/soap/default.rb', line 29905 def externalIdString @externalIdString end |
#internalId ⇒ Object
Returns the value of attribute internalId.
29906 29907 29908 |
# File 'lib/activenetsuite/soap/default.rb', line 29906 def internalId @internalId end |
#internalIdNumber ⇒ Object
Returns the value of attribute internalIdNumber.
29907 29908 29909 |
# File 'lib/activenetsuite/soap/default.rb', line 29907 def internalIdNumber @internalIdNumber end |
#isInactive ⇒ Object
Returns the value of attribute isInactive.
29908 29909 29910 |
# File 'lib/activenetsuite/soap/default.rb', line 29908 def isInactive @isInactive end |
#name ⇒ Object
Returns the value of attribute name.
29909 29910 29911 |
# File 'lib/activenetsuite/soap/default.rb', line 29909 def name @name end |
#parent ⇒ Object
Returns the value of attribute parent.
29910 29911 29912 |
# File 'lib/activenetsuite/soap/default.rb', line 29910 def parent @parent end |