class ActiveNetsuite::SolutionSearchRow

{urn:support_2013_2.lists.webservices.netsuite.com}SolutionSearchRow

basic - ActiveNetsuite::SolutionSearchRowBasic
caseJoin - ActiveNetsuite::SupportCaseSearchRowBasic
relatedSolutionJoin - ActiveNetsuite::SolutionSearchRowBasic
topicJoin - ActiveNetsuite::TopicSearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic
userNotesJoin - ActiveNetsuite::NoteSearchRowBasic
customSearchJoin - ActiveNetsuite::CustomSearchRowBasic

Attributes

basic[RW]
caseJoin[RW]
customSearchJoin[RW]
relatedSolutionJoin[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 44810
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