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