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