Class: ActiveNetsuite::GetListResponse

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Includes:
Enumerable
Defined in:
lib/activenetsuite/messages/get_list_response.rb

Instance Method Summary collapse

Instance Method Details

#eachObject



11
12
13
14
15
# File 'lib/activenetsuite/messages/get_list_response.rb', line 11

def each
  records.each do |record|
    yield record if block_given?
  end
end