class Nexmo::Voice::ListResponse
typed: ignore
Public Instance Methods
each() { |item| ... }
click to toggle source
# File lib/nexmo/voice/list_response.rb, line 6 def each return enum_for(:each) unless block_given? @entity._embedded.calls.each { |item| yield item } end