Method: Helpers#get_dice_coefficient

Defined in:
lib/user/helpers/helpers.rb

#get_dice_coefficient(options) ⇒ Object

Get dice coefficient.

Get dice coefficient.

Parameters

options

(Hash) – List of Resource Collection Options shown above can be used as parameter.

Example

options = {
  "table": "contacts",
  "field": "id",
  "word": "1"
}
@data = @mints_user.get_dice_coefficient(options)


80
81
82
# File 'lib/user/helpers/helpers.rb', line 80

def get_dice_coefficient(options)
    return @client.raw("get", "/helpers/dice-coefficient", options)
end