Class: ActiveNetsuite::CustomerCategorySearchAdvanced

Inherits:
SearchRecord
  • 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.comCustomerCategorySearchAdvanced

criteria - ActiveNetsuite::CustomerCategorySearch
columns - ActiveNetsuite::CustomerCategorySearchRow
xmlattr_savedSearchId - SOAP::SOAPString
xmlattr_savedSearchScriptId - SOAP::SOAPString

Constant Summary collapse

AttrSavedSearchId =
XSD::QName.new(nil, "savedSearchId")
AttrSavedSearchScriptId =
XSD::QName.new(nil, "savedSearchScriptId")

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

#active, #each, #find_by, #inactive, #response, #to_a, #where

Constructor Details

#initialize(criteria = nil, columns = nil) ⇒ CustomerCategorySearchAdvanced

Returns a new instance of CustomerCategorySearchAdvanced.



33733
33734
33735
33736
33737
# File 'lib/activenetsuite/soap/default.rb', line 33733

def initialize(criteria = nil, columns = nil)
  @criteria = criteria
  @columns = columns
  @__xmlattr = {}
end

Instance Attribute Details

#columnsObject

Returns the value of attribute columns.



33711
33712
33713
# File 'lib/activenetsuite/soap/default.rb', line 33711

def columns
  @columns
end

#criteriaObject

Returns the value of attribute criteria.



33710
33711
33712
# File 'lib/activenetsuite/soap/default.rb', line 33710

def criteria
  @criteria
end

Instance Method Details

#__xmlattrObject



33713
33714
33715
# File 'lib/activenetsuite/soap/default.rb', line 33713

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_savedSearchIdObject



33717
33718
33719
# File 'lib/activenetsuite/soap/default.rb', line 33717

def xmlattr_savedSearchId
  __xmlattr[AttrSavedSearchId]
end

#xmlattr_savedSearchId=(value) ⇒ Object



33721
33722
33723
# File 'lib/activenetsuite/soap/default.rb', line 33721

def xmlattr_savedSearchId=(value)
  __xmlattr[AttrSavedSearchId] = value
end

#xmlattr_savedSearchScriptIdObject



33725
33726
33727
# File 'lib/activenetsuite/soap/default.rb', line 33725

def xmlattr_savedSearchScriptId
  __xmlattr[AttrSavedSearchScriptId]
end

#xmlattr_savedSearchScriptId=(value) ⇒ Object



33729
33730
33731
# File 'lib/activenetsuite/soap/default.rb', line 33729

def xmlattr_savedSearchScriptId=(value)
  __xmlattr[AttrSavedSearchScriptId] = value
end