Class: ActiveNetsuite::GetDeletedResponse
- Inherits:
-
Object
- Object
- ActiveNetsuite::GetDeletedResponse
- Extended by:
- Forwardable
- Includes:
- Enumerable
- Defined in:
- lib/activenetsuite/messages/get_deleted_response.rb
Instance Method Summary collapse
Instance Method Details
#each ⇒ Object
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 |