class ActiveNetsuite::SolutionSearch
{urn:support_2013_2.lists.webservices.netsuite.com}SolutionSearch
basic - ActiveNetsuite::SolutionSearchBasic caseJoin - ActiveNetsuite::SupportCaseSearchBasic relatedSolutionJoin - ActiveNetsuite::SolutionSearchBasic topicJoin - ActiveNetsuite::TopicSearchBasic userJoin - ActiveNetsuite::EmployeeSearchBasic userNotesJoin - ActiveNetsuite::NoteSearchBasic customSearchJoin - ActiveNetsuite::CustomSearchJoin
Attributes
basic[RW]
caseJoin[RW]
customSearchJoin[RW]
topicJoin[RW]
userJoin[RW]
userNotesJoin[RW]
Public Class Methods
new(basic = nil, caseJoin = nil, relatedSolutionJoin = nil, topicJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 32863 def initialize(basic = nil, caseJoin = nil, relatedSolutionJoin = nil, topicJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = []) @basic = basic @caseJoin = caseJoin @relatedSolutionJoin = relatedSolutionJoin @topicJoin = topicJoin @userJoin = userJoin @userNotesJoin = userNotesJoin @customSearchJoin = customSearchJoin end