Class: ActiveNetsuite::GetDeletedResponse

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

Instance Method Summary collapse

Instance Method Details

#eachObject



9
10
11
12
13
# File 'lib/activenetsuite/messages/get_deleted_response.rb', line 9

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