class ActiveNetsuite::GetListResponse
{urn:messages_2013_2.platform.webservices.netsuite.com}GetListResponse
readResponseList - ActiveNetsuite::ReadResponseList
Attributes
readResponseList[RW]
records[RW]
Public Class Methods
new(readResponseList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 48967 def initialize(readResponseList = nil) @readResponseList = readResponseList end
Public Instance Methods
each() { |record| ... }
click to toggle source
# File lib/activenetsuite/messages/get_list_response.rb, line 11 def each records.each do |record| yield record if block_given? end end