Class: Tina4::DocStore::UpdateResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/tina4/docstore.rb

Instance Attribute Summary collapse

Instance Attribute Details

#matched_countObject

Returns the value of attribute matched_count

Returns:

  • (Object)

    the current value of matched_count



386
387
388
# File 'lib/tina4/docstore.rb', line 386

def matched_count
  @matched_count
end

#modified_countObject

Returns the value of attribute modified_count

Returns:

  • (Object)

    the current value of modified_count



386
387
388
# File 'lib/tina4/docstore.rb', line 386

def modified_count
  @modified_count
end

#upserted_idObject

Returns the value of attribute upserted_id

Returns:

  • (Object)

    the current value of upserted_id



386
387
388
# File 'lib/tina4/docstore.rb', line 386

def upserted_id
  @upserted_id
end