Method: Sawyer::Relation::Map#initialize
- Defined in:
- lib/sawyer/relation.rb
#initialize ⇒ Map
Tracks the available next actions for a resource, and issues requests for them.
6 7 8 |
# File 'lib/sawyer/relation.rb', line 6 def initialize @map = {} end |