Class: ActiveNetsuite::NoteSearchRow
- Defined in:
- lib/activenetsuite/soap/default.rb
Overview
urn:communication_2013_2urn:communication_2013_2.generalurn:communication_2013_2.general.webservicesurn:communication_2013_2.general.webservices.netsuiteurn:communication_2013_2.general.webservices.netsuite.comNoteSearchRow
basic - ActiveNetsuite::NoteSearchRowBasic
- ActiveNetsuite::EmployeeSearchRowBasic
callJoin - ActiveNetsuite::PhoneCallSearchRowBasic
campaignJoin - ActiveNetsuite::CampaignSearchRowBasic
caseJoin - ActiveNetsuite::SupportCaseSearchRowBasic
contactJoin - ActiveNetsuite::ContactSearchRowBasic
customerJoin - ActiveNetsuite::CustomerSearchRowBasic
employeeJoin - ActiveNetsuite::EmployeeSearchRowBasic
entityJoin - ActiveNetsuite::EntitySearchRowBasic
eventJoin - ActiveNetsuite::CalendarEventSearchRowBasic
issueJoin - ActiveNetsuite::IssueSearchRowBasic
itemJoin - ActiveNetsuite::ItemSearchRowBasic
opportunityJoin - ActiveNetsuite::OpportunitySearchRowBasic
originatingLeadJoin - ActiveNetsuite::OriginatingLeadSearchRowBasic
partnerJoin - ActiveNetsuite::PartnerSearchRowBasic
solutionJoin - ActiveNetsuite::SolutionSearchRowBasic
taskJoin - ActiveNetsuite::TaskSearchRowBasic
transactionJoin - ActiveNetsuite::TransactionSearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic
vendorJoin - ActiveNetsuite::VendorSearchRowBasic
Instance Attribute Summary collapse
-
#authorJoin ⇒ Object
Returns the value of attribute authorJoin.
-
#basic ⇒ Object
Returns the value of attribute basic.
-
#callJoin ⇒ Object
Returns the value of attribute callJoin.
-
#campaignJoin ⇒ Object
Returns the value of attribute campaignJoin.
-
#caseJoin ⇒ Object
Returns the value of attribute caseJoin.
-
#contactJoin ⇒ Object
Returns the value of attribute contactJoin.
-
#customerJoin ⇒ Object
Returns the value of attribute customerJoin.
-
#employeeJoin ⇒ Object
Returns the value of attribute employeeJoin.
-
#entityJoin ⇒ Object
Returns the value of attribute entityJoin.
-
#eventJoin ⇒ Object
Returns the value of attribute eventJoin.
-
#issueJoin ⇒ Object
Returns the value of attribute issueJoin.
-
#itemJoin ⇒ Object
Returns the value of attribute itemJoin.
-
#opportunityJoin ⇒ Object
Returns the value of attribute opportunityJoin.
-
#originatingLeadJoin ⇒ Object
Returns the value of attribute originatingLeadJoin.
-
#partnerJoin ⇒ Object
Returns the value of attribute partnerJoin.
-
#solutionJoin ⇒ Object
Returns the value of attribute solutionJoin.
-
#taskJoin ⇒ Object
Returns the value of attribute taskJoin.
-
#transactionJoin ⇒ Object
Returns the value of attribute transactionJoin.
-
#userJoin ⇒ Object
Returns the value of attribute userJoin.
-
#vendorJoin ⇒ Object
Returns the value of attribute vendorJoin.
Instance Method Summary collapse
-
#initialize(basic = nil, authorJoin = nil, callJoin = nil, campaignJoin = nil, caseJoin = nil, contactJoin = nil, customerJoin = nil, employeeJoin = nil, entityJoin = nil, eventJoin = nil, issueJoin = nil, itemJoin = nil, opportunityJoin = nil, originatingLeadJoin = nil, partnerJoin = nil, solutionJoin = nil, taskJoin = nil, transactionJoin = nil, userJoin = nil, vendorJoin = nil) ⇒ NoteSearchRow
constructor
A new instance of NoteSearchRow.
Constructor Details
#initialize(basic = nil, authorJoin = nil, callJoin = nil, campaignJoin = nil, caseJoin = nil, contactJoin = nil, customerJoin = nil, employeeJoin = nil, entityJoin = nil, eventJoin = nil, issueJoin = nil, itemJoin = nil, opportunityJoin = nil, originatingLeadJoin = nil, partnerJoin = nil, solutionJoin = nil, taskJoin = nil, transactionJoin = nil, userJoin = nil, vendorJoin = nil) ⇒ NoteSearchRow
Returns a new instance of NoteSearchRow.
44248 44249 44250 44251 44252 44253 44254 44255 44256 44257 44258 44259 44260 44261 44262 44263 44264 44265 44266 44267 44268 44269 |
# File 'lib/activenetsuite/soap/default.rb', line 44248 def initialize(basic = nil, = nil, callJoin = nil, campaignJoin = nil, caseJoin = nil, contactJoin = nil, customerJoin = nil, employeeJoin = nil, entityJoin = nil, eventJoin = nil, issueJoin = nil, itemJoin = nil, opportunityJoin = nil, originatingLeadJoin = nil, partnerJoin = nil, solutionJoin = nil, taskJoin = nil, transactionJoin = nil, userJoin = nil, vendorJoin = nil) @basic = basic = @callJoin = callJoin @campaignJoin = campaignJoin @caseJoin = caseJoin @contactJoin = contactJoin @customerJoin = customerJoin @employeeJoin = employeeJoin @entityJoin = entityJoin @eventJoin = eventJoin @issueJoin = issueJoin @itemJoin = itemJoin @opportunityJoin = opportunityJoin @originatingLeadJoin = originatingLeadJoin @partnerJoin = partnerJoin @solutionJoin = solutionJoin @taskJoin = taskJoin @transactionJoin = transactionJoin @userJoin = userJoin @vendorJoin = vendorJoin end |
Instance Attribute Details
#authorJoin ⇒ Object
Returns the value of attribute authorJoin.
44228 44229 44230 |
# File 'lib/activenetsuite/soap/default.rb', line 44228 def end |
#basic ⇒ Object
Returns the value of attribute basic.
44227 44228 44229 |
# File 'lib/activenetsuite/soap/default.rb', line 44227 def basic @basic end |
#callJoin ⇒ Object
Returns the value of attribute callJoin.
44229 44230 44231 |
# File 'lib/activenetsuite/soap/default.rb', line 44229 def callJoin @callJoin end |
#campaignJoin ⇒ Object
Returns the value of attribute campaignJoin.
44230 44231 44232 |
# File 'lib/activenetsuite/soap/default.rb', line 44230 def campaignJoin @campaignJoin end |
#caseJoin ⇒ Object
Returns the value of attribute caseJoin.
44231 44232 44233 |
# File 'lib/activenetsuite/soap/default.rb', line 44231 def caseJoin @caseJoin end |
#contactJoin ⇒ Object
Returns the value of attribute contactJoin.
44232 44233 44234 |
# File 'lib/activenetsuite/soap/default.rb', line 44232 def contactJoin @contactJoin end |
#customerJoin ⇒ Object
Returns the value of attribute customerJoin.
44233 44234 44235 |
# File 'lib/activenetsuite/soap/default.rb', line 44233 def customerJoin @customerJoin end |
#employeeJoin ⇒ Object
Returns the value of attribute employeeJoin.
44234 44235 44236 |
# File 'lib/activenetsuite/soap/default.rb', line 44234 def employeeJoin @employeeJoin end |
#entityJoin ⇒ Object
Returns the value of attribute entityJoin.
44235 44236 44237 |
# File 'lib/activenetsuite/soap/default.rb', line 44235 def entityJoin @entityJoin end |
#eventJoin ⇒ Object
Returns the value of attribute eventJoin.
44236 44237 44238 |
# File 'lib/activenetsuite/soap/default.rb', line 44236 def eventJoin @eventJoin end |
#issueJoin ⇒ Object
Returns the value of attribute issueJoin.
44237 44238 44239 |
# File 'lib/activenetsuite/soap/default.rb', line 44237 def issueJoin @issueJoin end |
#itemJoin ⇒ Object
Returns the value of attribute itemJoin.
44238 44239 44240 |
# File 'lib/activenetsuite/soap/default.rb', line 44238 def itemJoin @itemJoin end |
#opportunityJoin ⇒ Object
Returns the value of attribute opportunityJoin.
44239 44240 44241 |
# File 'lib/activenetsuite/soap/default.rb', line 44239 def opportunityJoin @opportunityJoin end |
#originatingLeadJoin ⇒ Object
Returns the value of attribute originatingLeadJoin.
44240 44241 44242 |
# File 'lib/activenetsuite/soap/default.rb', line 44240 def originatingLeadJoin @originatingLeadJoin end |
#partnerJoin ⇒ Object
Returns the value of attribute partnerJoin.
44241 44242 44243 |
# File 'lib/activenetsuite/soap/default.rb', line 44241 def partnerJoin @partnerJoin end |
#solutionJoin ⇒ Object
Returns the value of attribute solutionJoin.
44242 44243 44244 |
# File 'lib/activenetsuite/soap/default.rb', line 44242 def solutionJoin @solutionJoin end |
#taskJoin ⇒ Object
Returns the value of attribute taskJoin.
44243 44244 44245 |
# File 'lib/activenetsuite/soap/default.rb', line 44243 def taskJoin @taskJoin end |
#transactionJoin ⇒ Object
Returns the value of attribute transactionJoin.
44244 44245 44246 |
# File 'lib/activenetsuite/soap/default.rb', line 44244 def transactionJoin @transactionJoin end |
#userJoin ⇒ Object
Returns the value of attribute userJoin.
44245 44246 44247 |
# File 'lib/activenetsuite/soap/default.rb', line 44245 def userJoin @userJoin end |
#vendorJoin ⇒ Object
Returns the value of attribute vendorJoin.
44246 44247 44248 |
# File 'lib/activenetsuite/soap/default.rb', line 44246 def vendorJoin @vendorJoin end |