Class: ActiveNetsuite::SupportCaseSearch

Inherits:
SearchRecord show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:support_2013_2urn:support_2013_2.listsurn:support_2013_2.lists.webservicesurn:support_2013_2.lists.webservices.netsuiteurn:support_2013_2.lists.webservices.netsuite.comSupportCaseSearch

basic - ActiveNetsuite::SupportCaseSearchBasic
contactJoin - ActiveNetsuite::ContactSearchBasic
customerJoin - ActiveNetsuite::CustomerSearchBasic
employeeJoin - ActiveNetsuite::EmployeeSearchBasic
fileJoin - ActiveNetsuite::FileSearchBasic
issueJoin - ActiveNetsuite::IssueSearchBasic
itemJoin - ActiveNetsuite::ItemSearchBasic
messagesJoin - ActiveNetsuite::MessageSearchBasic
timeJoin - ActiveNetsuite::TimeBillSearchBasic
userJoin - ActiveNetsuite::EmployeeSearchBasic
userNotesJoin - ActiveNetsuite::NoteSearchBasic
customSearchJoin - ActiveNetsuite::CustomSearchJoin

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, contactJoin = nil, customerJoin = nil, employeeJoin = nil, fileJoin = nil, issueJoin = nil, itemJoin = nil, messagesJoin = nil, timeJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = []) ⇒ SupportCaseSearch

Returns a new instance of SupportCaseSearch.



32791
32792
32793
32794
32795
32796
32797
32798
32799
32800
32801
32802
32803
32804
# File 'lib/activenetsuite/soap/default.rb', line 32791

def initialize(basic = nil, contactJoin = nil, customerJoin = nil, employeeJoin = nil, fileJoin = nil, issueJoin = nil, itemJoin = nil, messagesJoin = nil, timeJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = [])
  @basic = basic
  @contactJoin = contactJoin
  @customerJoin = customerJoin
  @employeeJoin = employeeJoin
  @fileJoin = fileJoin
  @issueJoin = issueJoin
  @itemJoin = itemJoin
  @messagesJoin = messagesJoin
  @timeJoin = timeJoin
  @userJoin = userJoin
  @userNotesJoin = userNotesJoin
  @customSearchJoin = customSearchJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



32778
32779
32780
# File 'lib/activenetsuite/soap/default.rb', line 32778

def basic
  @basic
end

#contactJoinObject

Returns the value of attribute contactJoin.



32779
32780
32781
# File 'lib/activenetsuite/soap/default.rb', line 32779

def contactJoin
  @contactJoin
end

#customerJoinObject

Returns the value of attribute customerJoin.



32780
32781
32782
# File 'lib/activenetsuite/soap/default.rb', line 32780

def customerJoin
  @customerJoin
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



32789
32790
32791
# File 'lib/activenetsuite/soap/default.rb', line 32789

def customSearchJoin
  @customSearchJoin
end

#employeeJoinObject

Returns the value of attribute employeeJoin.



32781
32782
32783
# File 'lib/activenetsuite/soap/default.rb', line 32781

def employeeJoin
  @employeeJoin
end

#fileJoinObject

Returns the value of attribute fileJoin.



32782
32783
32784
# File 'lib/activenetsuite/soap/default.rb', line 32782

def fileJoin
  @fileJoin
end

#issueJoinObject

Returns the value of attribute issueJoin.



32783
32784
32785
# File 'lib/activenetsuite/soap/default.rb', line 32783

def issueJoin
  @issueJoin
end

#itemJoinObject

Returns the value of attribute itemJoin.



32784
32785
32786
# File 'lib/activenetsuite/soap/default.rb', line 32784

def itemJoin
  @itemJoin
end

#messagesJoinObject

Returns the value of attribute messagesJoin.



32785
32786
32787
# File 'lib/activenetsuite/soap/default.rb', line 32785

def messagesJoin
  @messagesJoin
end

#timeJoinObject

Returns the value of attribute timeJoin.



32786
32787
32788
# File 'lib/activenetsuite/soap/default.rb', line 32786

def timeJoin
  @timeJoin
end

#userJoinObject

Returns the value of attribute userJoin.



32787
32788
32789
# File 'lib/activenetsuite/soap/default.rb', line 32787

def userJoin
  @userJoin
end

#userNotesJoinObject

Returns the value of attribute userNotesJoin.



32788
32789
32790
# File 'lib/activenetsuite/soap/default.rb', line 32788

def userNotesJoin
  @userNotesJoin
end