Class: ROM::HTTP::Relation
- Inherits:
-
Relation
- Object
- Relation
- ROM::HTTP::Relation
- Includes:
- Enumerable
- Defined in:
- lib/rom/http/relation.rb
Instance Method Summary collapse
Instance Method Details
#delete ⇒ Object
20 21 22 |
# File 'lib/rom/http/relation.rb', line 20 def delete dataset.delete end |
#insert(*args) ⇒ Object Also known as: <<
11 12 13 |
# File 'lib/rom/http/relation.rb', line 11 def insert(*args) dataset.insert(*args) end |
#update(*args) ⇒ Object
16 17 18 |
# File 'lib/rom/http/relation.rb', line 16 def update(*args) dataset.update(*args) end |