Class: Tina4::DocStore::UpdateResult
- Inherits:
-
Struct
- Object
- Struct
- Tina4::DocStore::UpdateResult
- Defined in:
- lib/tina4/docstore.rb
Instance Attribute Summary collapse
-
#matched_count ⇒ Object
Returns the value of attribute matched_count.
-
#modified_count ⇒ Object
Returns the value of attribute modified_count.
-
#upserted_id ⇒ Object
Returns the value of attribute upserted_id.
Instance Attribute Details
#matched_count ⇒ Object
Returns the value of attribute matched_count
386 387 388 |
# File 'lib/tina4/docstore.rb', line 386 def matched_count @matched_count end |
#modified_count ⇒ Object
Returns the value of attribute modified_count
386 387 388 |
# File 'lib/tina4/docstore.rb', line 386 def modified_count @modified_count end |
#upserted_id ⇒ Object
Returns the value of attribute upserted_id
386 387 388 |
# File 'lib/tina4/docstore.rb', line 386 def upserted_id @upserted_id end |