Class: ActiveNetsuite::GetPostingTransactionSummaryResult

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

Overview

urn:core_2013_2urn:core_2013_2.platformurn:core_2013_2.platform.webservicesurn:core_2013_2.platform.webservices.netsuiteurn:core_2013_2.platform.webservices.netsuite.comGetPostingTransactionSummaryResult

status - ActiveNetsuite::Status
totalRecords - SOAP::SOAPInt
pageSize - SOAP::SOAPInt
totalPages - SOAP::SOAPInt
pageIndex - SOAP::SOAPInt
postingTransactionSummaryList - ActiveNetsuite::PostingTransactionSummaryList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(status = nil, totalRecords = nil, pageSize = nil, totalPages = nil, pageIndex = nil, postingTransactionSummaryList = nil) ⇒ GetPostingTransactionSummaryResult

Returns a new instance of GetPostingTransactionSummaryResult.



48297
48298
48299
48300
48301
48302
48303
48304
# File 'lib/activenetsuite/soap/default.rb', line 48297

def initialize(status = nil, totalRecords = nil, pageSize = nil, totalPages = nil, pageIndex = nil, postingTransactionSummaryList = nil)
  @status = status
  @totalRecords = totalRecords
  @pageSize = pageSize
  @totalPages = totalPages
  @pageIndex = pageIndex
  @postingTransactionSummaryList = postingTransactionSummaryList
end

Instance Attribute Details

#pageIndexObject

Returns the value of attribute pageIndex.



48294
48295
48296
# File 'lib/activenetsuite/soap/default.rb', line 48294

def pageIndex
  @pageIndex
end

#pageSizeObject

Returns the value of attribute pageSize.



48292
48293
48294
# File 'lib/activenetsuite/soap/default.rb', line 48292

def pageSize
  @pageSize
end

#postingTransactionSummaryListObject

Returns the value of attribute postingTransactionSummaryList.



48295
48296
48297
# File 'lib/activenetsuite/soap/default.rb', line 48295

def postingTransactionSummaryList
  @postingTransactionSummaryList
end

#statusObject

Returns the value of attribute status.



48290
48291
48292
# File 'lib/activenetsuite/soap/default.rb', line 48290

def status
  @status
end

#totalPagesObject

Returns the value of attribute totalPages.



48293
48294
48295
# File 'lib/activenetsuite/soap/default.rb', line 48293

def totalPages
  @totalPages
end

#totalRecordsObject

Returns the value of attribute totalRecords.



48291
48292
48293
# File 'lib/activenetsuite/soap/default.rb', line 48291

def totalRecords
  @totalRecords
end