Class: ActiveNetsuite::VendorCategorySearch

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

basic - ActiveNetsuite::VendorCategorySearchBasic
userJoin - ActiveNetsuite::EmployeeSearchBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

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

Constructor Details

#initialize(basic = nil, userJoin = nil) ⇒ VendorCategorySearch

Returns a new instance of VendorCategorySearch.



34114
34115
34116
34117
# File 'lib/activenetsuite/soap/default.rb', line 34114

def initialize(basic = nil, userJoin = nil)
  @basic = basic
  @userJoin = userJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



34111
34112
34113
# File 'lib/activenetsuite/soap/default.rb', line 34111

def basic
  @basic
end

#userJoinObject

Returns the value of attribute userJoin.



34112
34113
34114
# File 'lib/activenetsuite/soap/default.rb', line 34112

def userJoin
  @userJoin
end