Class: ActiveNetsuite::TimeBillSearch

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

Overview

urn:employees_2013_2urn:employees_2013_2.transactionsurn:employees_2013_2.transactions.webservicesurn:employees_2013_2.transactions.webservices.netsuiteurn:employees_2013_2.transactions.webservices.netsuite.comTimeBillSearch

basic - ActiveNetsuite::TimeBillSearchBasic
callJoin - ActiveNetsuite::PhoneCallSearchBasic
caseJoin - ActiveNetsuite::SupportCaseSearchBasic
classJoin - ActiveNetsuite::ClassificationSearchBasic
customerJoin - ActiveNetsuite::CustomerSearchBasic
departmentJoin - ActiveNetsuite::DepartmentSearchBasic
employeeJoin - ActiveNetsuite::EmployeeSearchBasic
eventJoin - ActiveNetsuite::CalendarEventSearchBasic
itemJoin - ActiveNetsuite::ItemSearchBasic
jobJoin - ActiveNetsuite::JobSearchBasic
locationJoin - ActiveNetsuite::LocationSearchBasic
projectTaskJoin - ActiveNetsuite::ProjectTaskSearchBasic
projectTaskAssignmentJoin - ActiveNetsuite::ProjectTaskAssignmentSearchBasic
resourceAllocationJoin - ActiveNetsuite::ResourceAllocationSearchBasic
taskJoin - ActiveNetsuite::TaskSearchBasic
userJoin - ActiveNetsuite::EmployeeSearchBasic
vendorJoin - ActiveNetsuite::VendorSearchBasic
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, callJoin = nil, caseJoin = nil, classJoin = nil, customerJoin = nil, departmentJoin = nil, employeeJoin = nil, eventJoin = nil, itemJoin = nil, jobJoin = nil, locationJoin = nil, projectTaskJoin = nil, projectTaskAssignmentJoin = nil, resourceAllocationJoin = nil, taskJoin = nil, userJoin = nil, vendorJoin = nil, customSearchJoin = []) ⇒ TimeBillSearch

Returns a new instance of TimeBillSearch.



35615
35616
35617
35618
35619
35620
35621
35622
35623
35624
35625
35626
35627
35628
35629
35630
35631
35632
35633
35634
# File 'lib/activenetsuite/soap/default.rb', line 35615

def initialize(basic = nil, callJoin = nil, caseJoin = nil, classJoin = nil, customerJoin = nil, departmentJoin = nil, employeeJoin = nil, eventJoin = nil, itemJoin = nil, jobJoin = nil, locationJoin = nil, projectTaskJoin = nil, projectTaskAssignmentJoin = nil, resourceAllocationJoin = nil, taskJoin = nil, userJoin = nil, vendorJoin = nil, customSearchJoin = [])
  @basic = basic
  @callJoin = callJoin
  @caseJoin = caseJoin
  @classJoin = classJoin
  @customerJoin = customerJoin
  @departmentJoin = departmentJoin
  @employeeJoin = employeeJoin
  @eventJoin = eventJoin
  @itemJoin = itemJoin
  @jobJoin = jobJoin
  @locationJoin = locationJoin
  @projectTaskJoin = projectTaskJoin
  @projectTaskAssignmentJoin = projectTaskAssignmentJoin
  @resourceAllocationJoin = resourceAllocationJoin
  @taskJoin = taskJoin
  @userJoin = userJoin
  @vendorJoin = vendorJoin
  @customSearchJoin = customSearchJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



35596
35597
35598
# File 'lib/activenetsuite/soap/default.rb', line 35596

def basic
  @basic
end

#callJoinObject

Returns the value of attribute callJoin.



35597
35598
35599
# File 'lib/activenetsuite/soap/default.rb', line 35597

def callJoin
  @callJoin
end

#caseJoinObject

Returns the value of attribute caseJoin.



35598
35599
35600
# File 'lib/activenetsuite/soap/default.rb', line 35598

def caseJoin
  @caseJoin
end

#classJoinObject

Returns the value of attribute classJoin.



35599
35600
35601
# File 'lib/activenetsuite/soap/default.rb', line 35599

def classJoin
  @classJoin
end

#customerJoinObject

Returns the value of attribute customerJoin.



35600
35601
35602
# File 'lib/activenetsuite/soap/default.rb', line 35600

def customerJoin
  @customerJoin
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



35613
35614
35615
# File 'lib/activenetsuite/soap/default.rb', line 35613

def customSearchJoin
  @customSearchJoin
end

#departmentJoinObject

Returns the value of attribute departmentJoin.



35601
35602
35603
# File 'lib/activenetsuite/soap/default.rb', line 35601

def departmentJoin
  @departmentJoin
end

#employeeJoinObject

Returns the value of attribute employeeJoin.



35602
35603
35604
# File 'lib/activenetsuite/soap/default.rb', line 35602

def employeeJoin
  @employeeJoin
end

#eventJoinObject

Returns the value of attribute eventJoin.



35603
35604
35605
# File 'lib/activenetsuite/soap/default.rb', line 35603

def eventJoin
  @eventJoin
end

#itemJoinObject

Returns the value of attribute itemJoin.



35604
35605
35606
# File 'lib/activenetsuite/soap/default.rb', line 35604

def itemJoin
  @itemJoin
end

#jobJoinObject

Returns the value of attribute jobJoin.



35605
35606
35607
# File 'lib/activenetsuite/soap/default.rb', line 35605

def jobJoin
  @jobJoin
end

#locationJoinObject

Returns the value of attribute locationJoin.



35606
35607
35608
# File 'lib/activenetsuite/soap/default.rb', line 35606

def locationJoin
  @locationJoin
end

#projectTaskAssignmentJoinObject

Returns the value of attribute projectTaskAssignmentJoin.



35608
35609
35610
# File 'lib/activenetsuite/soap/default.rb', line 35608

def projectTaskAssignmentJoin
  @projectTaskAssignmentJoin
end

#projectTaskJoinObject

Returns the value of attribute projectTaskJoin.



35607
35608
35609
# File 'lib/activenetsuite/soap/default.rb', line 35607

def projectTaskJoin
  @projectTaskJoin
end

#resourceAllocationJoinObject

Returns the value of attribute resourceAllocationJoin.



35609
35610
35611
# File 'lib/activenetsuite/soap/default.rb', line 35609

def resourceAllocationJoin
  @resourceAllocationJoin
end

#taskJoinObject

Returns the value of attribute taskJoin.



35610
35611
35612
# File 'lib/activenetsuite/soap/default.rb', line 35610

def taskJoin
  @taskJoin
end

#userJoinObject

Returns the value of attribute userJoin.



35611
35612
35613
# File 'lib/activenetsuite/soap/default.rb', line 35611

def userJoin
  @userJoin
end

#vendorJoinObject

Returns the value of attribute vendorJoin.



35612
35613
35614
# File 'lib/activenetsuite/soap/default.rb', line 35612

def vendorJoin
  @vendorJoin
end