Class: ActiveNetsuite::TimeBillSearchRow

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

basic - ActiveNetsuite::TimeBillSearchRowBasic
callJoin - ActiveNetsuite::PhoneCallSearchRowBasic
caseJoin - ActiveNetsuite::SupportCaseSearchRowBasic
classJoin - ActiveNetsuite::ClassificationSearchRowBasic
customerJoin - ActiveNetsuite::CustomerSearchRowBasic
departmentJoin - ActiveNetsuite::DepartmentSearchRowBasic
employeeJoin - ActiveNetsuite::EmployeeSearchRowBasic
eventJoin - ActiveNetsuite::CalendarEventSearchRowBasic
itemJoin - ActiveNetsuite::ItemSearchRowBasic
jobJoin - ActiveNetsuite::JobSearchRowBasic
locationJoin - ActiveNetsuite::LocationSearchRowBasic
projectTaskJoin - ActiveNetsuite::ProjectTaskSearchRowBasic
projectTaskAssignmentJoin - ActiveNetsuite::ProjectTaskAssignmentSearchRowBasic
resourceAllocationJoin - ActiveNetsuite::ResourceAllocationSearchRowBasic
taskJoin - ActiveNetsuite::TaskSearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic
vendorJoin - ActiveNetsuite::VendorSearchRowBasic
customSearchJoin - ActiveNetsuite::CustomSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Returns a new instance of TimeBillSearchRow.



45807
45808
45809
45810
45811
45812
45813
45814
45815
45816
45817
45818
45819
45820
45821
45822
45823
45824
45825
45826
# File 'lib/activenetsuite/soap/default.rb', line 45807

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.



45788
45789
45790
# File 'lib/activenetsuite/soap/default.rb', line 45788

def basic
  @basic
end

#callJoinObject

Returns the value of attribute callJoin.



45789
45790
45791
# File 'lib/activenetsuite/soap/default.rb', line 45789

def callJoin
  @callJoin
end

#caseJoinObject

Returns the value of attribute caseJoin.



45790
45791
45792
# File 'lib/activenetsuite/soap/default.rb', line 45790

def caseJoin
  @caseJoin
end

#classJoinObject

Returns the value of attribute classJoin.



45791
45792
45793
# File 'lib/activenetsuite/soap/default.rb', line 45791

def classJoin
  @classJoin
end

#customerJoinObject

Returns the value of attribute customerJoin.



45792
45793
45794
# File 'lib/activenetsuite/soap/default.rb', line 45792

def customerJoin
  @customerJoin
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



45805
45806
45807
# File 'lib/activenetsuite/soap/default.rb', line 45805

def customSearchJoin
  @customSearchJoin
end

#departmentJoinObject

Returns the value of attribute departmentJoin.



45793
45794
45795
# File 'lib/activenetsuite/soap/default.rb', line 45793

def departmentJoin
  @departmentJoin
end

#employeeJoinObject

Returns the value of attribute employeeJoin.



45794
45795
45796
# File 'lib/activenetsuite/soap/default.rb', line 45794

def employeeJoin
  @employeeJoin
end

#eventJoinObject

Returns the value of attribute eventJoin.



45795
45796
45797
# File 'lib/activenetsuite/soap/default.rb', line 45795

def eventJoin
  @eventJoin
end

#itemJoinObject

Returns the value of attribute itemJoin.



45796
45797
45798
# File 'lib/activenetsuite/soap/default.rb', line 45796

def itemJoin
  @itemJoin
end

#jobJoinObject

Returns the value of attribute jobJoin.



45797
45798
45799
# File 'lib/activenetsuite/soap/default.rb', line 45797

def jobJoin
  @jobJoin
end

#locationJoinObject

Returns the value of attribute locationJoin.



45798
45799
45800
# File 'lib/activenetsuite/soap/default.rb', line 45798

def locationJoin
  @locationJoin
end

#projectTaskAssignmentJoinObject

Returns the value of attribute projectTaskAssignmentJoin.



45800
45801
45802
# File 'lib/activenetsuite/soap/default.rb', line 45800

def projectTaskAssignmentJoin
  @projectTaskAssignmentJoin
end

#projectTaskJoinObject

Returns the value of attribute projectTaskJoin.



45799
45800
45801
# File 'lib/activenetsuite/soap/default.rb', line 45799

def projectTaskJoin
  @projectTaskJoin
end

#resourceAllocationJoinObject

Returns the value of attribute resourceAllocationJoin.



45801
45802
45803
# File 'lib/activenetsuite/soap/default.rb', line 45801

def resourceAllocationJoin
  @resourceAllocationJoin
end

#taskJoinObject

Returns the value of attribute taskJoin.



45802
45803
45804
# File 'lib/activenetsuite/soap/default.rb', line 45802

def taskJoin
  @taskJoin
end

#userJoinObject

Returns the value of attribute userJoin.



45803
45804
45805
# File 'lib/activenetsuite/soap/default.rb', line 45803

def userJoin
  @userJoin
end

#vendorJoinObject

Returns the value of attribute vendorJoin.



45804
45805
45806
# File 'lib/activenetsuite/soap/default.rb', line 45804

def vendorJoin
  @vendorJoin
end