Class: ActiveNetsuite::SupportCaseSearch
- Inherits:
-
SearchRecord
- Object
- SearchRecord
- ActiveNetsuite::SupportCaseSearch
- 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
- ActiveNetsuite::MessageSearchBasic
timeJoin - ActiveNetsuite::TimeBillSearchBasic
userJoin - ActiveNetsuite::EmployeeSearchBasic
userNotesJoin - ActiveNetsuite::NoteSearchBasic
customSearchJoin - ActiveNetsuite::CustomSearchJoin
Instance Attribute Summary collapse
-
#basic ⇒ Object
Returns the value of attribute basic.
-
#contactJoin ⇒ Object
Returns the value of attribute contactJoin.
-
#customerJoin ⇒ Object
Returns the value of attribute customerJoin.
-
#customSearchJoin ⇒ Object
Returns the value of attribute customSearchJoin.
-
#employeeJoin ⇒ Object
Returns the value of attribute employeeJoin.
-
#fileJoin ⇒ Object
Returns the value of attribute fileJoin.
-
#issueJoin ⇒ Object
Returns the value of attribute issueJoin.
-
#itemJoin ⇒ Object
Returns the value of attribute itemJoin.
-
#messagesJoin ⇒ Object
Returns the value of attribute messagesJoin.
-
#timeJoin ⇒ Object
Returns the value of attribute timeJoin.
-
#userJoin ⇒ Object
Returns the value of attribute userJoin.
-
#userNotesJoin ⇒ Object
Returns the value of attribute userNotesJoin.
Instance Method Summary collapse
-
#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
constructor
A new instance of SupportCaseSearch.
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, = nil, timeJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = []) @basic = basic @contactJoin = contactJoin @customerJoin = customerJoin @employeeJoin = employeeJoin @fileJoin = fileJoin @issueJoin = issueJoin @itemJoin = itemJoin = @timeJoin = timeJoin @userJoin = userJoin @userNotesJoin = userNotesJoin @customSearchJoin = customSearchJoin end |
Instance Attribute Details
#basic ⇒ Object
Returns the value of attribute basic.
32778 32779 32780 |
# File 'lib/activenetsuite/soap/default.rb', line 32778 def basic @basic end |
#contactJoin ⇒ Object
Returns the value of attribute contactJoin.
32779 32780 32781 |
# File 'lib/activenetsuite/soap/default.rb', line 32779 def contactJoin @contactJoin end |
#customerJoin ⇒ Object
Returns the value of attribute customerJoin.
32780 32781 32782 |
# File 'lib/activenetsuite/soap/default.rb', line 32780 def customerJoin @customerJoin end |
#customSearchJoin ⇒ Object
Returns the value of attribute customSearchJoin.
32789 32790 32791 |
# File 'lib/activenetsuite/soap/default.rb', line 32789 def customSearchJoin @customSearchJoin end |
#employeeJoin ⇒ Object
Returns the value of attribute employeeJoin.
32781 32782 32783 |
# File 'lib/activenetsuite/soap/default.rb', line 32781 def employeeJoin @employeeJoin end |
#fileJoin ⇒ Object
Returns the value of attribute fileJoin.
32782 32783 32784 |
# File 'lib/activenetsuite/soap/default.rb', line 32782 def fileJoin @fileJoin end |
#issueJoin ⇒ Object
Returns the value of attribute issueJoin.
32783 32784 32785 |
# File 'lib/activenetsuite/soap/default.rb', line 32783 def issueJoin @issueJoin end |
#itemJoin ⇒ Object
Returns the value of attribute itemJoin.
32784 32785 32786 |
# File 'lib/activenetsuite/soap/default.rb', line 32784 def itemJoin @itemJoin end |
#messagesJoin ⇒ Object
Returns the value of attribute messagesJoin.
32785 32786 32787 |
# File 'lib/activenetsuite/soap/default.rb', line 32785 def end |
#timeJoin ⇒ Object
Returns the value of attribute timeJoin.
32786 32787 32788 |
# File 'lib/activenetsuite/soap/default.rb', line 32786 def timeJoin @timeJoin end |
#userJoin ⇒ Object
Returns the value of attribute userJoin.
32787 32788 32789 |
# File 'lib/activenetsuite/soap/default.rb', line 32787 def userJoin @userJoin end |
#userNotesJoin ⇒ Object
Returns the value of attribute userNotesJoin.
32788 32789 32790 |
# File 'lib/activenetsuite/soap/default.rb', line 32788 def userNotesJoin @userNotesJoin end |