Class: ActiveNetsuite::SupportCaseSearchRow

Inherits:
SearchRow
  • Object
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.comSupportCaseSearchRow

basic - ActiveNetsuite::SupportCaseSearchRowBasic
contactJoin - ActiveNetsuite::ContactSearchRowBasic
customerJoin - ActiveNetsuite::CustomerSearchRowBasic
employeeJoin - ActiveNetsuite::EmployeeSearchRowBasic
fileJoin - ActiveNetsuite::FileSearchRowBasic
issueJoin - ActiveNetsuite::IssueSearchRowBasic
itemJoin - ActiveNetsuite::ItemSearchRowBasic
messagesJoin - ActiveNetsuite::MessageSearchRowBasic
timeJoin - ActiveNetsuite::TimeBillSearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic
userNotesJoin - ActiveNetsuite::NoteSearchRowBasic
customSearchJoin - ActiveNetsuite::CustomSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

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 = []) ⇒ SupportCaseSearchRow

Returns a new instance of SupportCaseSearchRow.



44777
44778
44779
44780
44781
44782
44783
44784
44785
44786
44787
44788
44789
44790
# File 'lib/activenetsuite/soap/default.rb', line 44777

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.



44764
44765
44766
# File 'lib/activenetsuite/soap/default.rb', line 44764

def basic
  @basic
end

#contactJoinObject

Returns the value of attribute contactJoin.



44765
44766
44767
# File 'lib/activenetsuite/soap/default.rb', line 44765

def contactJoin
  @contactJoin
end

#customerJoinObject

Returns the value of attribute customerJoin.



44766
44767
44768
# File 'lib/activenetsuite/soap/default.rb', line 44766

def customerJoin
  @customerJoin
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



44775
44776
44777
# File 'lib/activenetsuite/soap/default.rb', line 44775

def customSearchJoin
  @customSearchJoin
end

#employeeJoinObject

Returns the value of attribute employeeJoin.



44767
44768
44769
# File 'lib/activenetsuite/soap/default.rb', line 44767

def employeeJoin
  @employeeJoin
end

#fileJoinObject

Returns the value of attribute fileJoin.



44768
44769
44770
# File 'lib/activenetsuite/soap/default.rb', line 44768

def fileJoin
  @fileJoin
end

#issueJoinObject

Returns the value of attribute issueJoin.



44769
44770
44771
# File 'lib/activenetsuite/soap/default.rb', line 44769

def issueJoin
  @issueJoin
end

#itemJoinObject

Returns the value of attribute itemJoin.



44770
44771
44772
# File 'lib/activenetsuite/soap/default.rb', line 44770

def itemJoin
  @itemJoin
end

#messagesJoinObject

Returns the value of attribute messagesJoin.



44771
44772
44773
# File 'lib/activenetsuite/soap/default.rb', line 44771

def messagesJoin
  @messagesJoin
end

#timeJoinObject

Returns the value of attribute timeJoin.



44772
44773
44774
# File 'lib/activenetsuite/soap/default.rb', line 44772

def timeJoin
  @timeJoin
end

#userJoinObject

Returns the value of attribute userJoin.



44773
44774
44775
# File 'lib/activenetsuite/soap/default.rb', line 44773

def userJoin
  @userJoin
end

#userNotesJoinObject

Returns the value of attribute userNotesJoin.



44774
44775
44776
# File 'lib/activenetsuite/soap/default.rb', line 44774

def userNotesJoin
  @userNotesJoin
end