Method: Wayback::Base#update
- Defined in:
- lib/wayback/base.rb
#update(attrs) ⇒ Wayback::Base
Update the attributes of an object
106 107 108 109 |
# File 'lib/wayback/base.rb', line 106 def update(attrs) @attrs.update(attrs) self end |