class TimestampAPI::InvalidWhereContitions

Public Instance Methods

message() click to toggle source
# File lib/timestamp_api/errors.rb, line 54
def message
  "Conditions passed to `Collection#where` must be a hash."
end