Method: Restify::Resource#each
- Defined in:
- lib/restify/resource.rb
#each {|key, value| ... } ⇒ Object #each ⇒ Enumerator
Iterate over keys and values or return enumerator.
52 |
# File 'lib/restify/resource.rb', line 52 delegate :each, to: :attributes |