Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 423 Bytes

File metadata and controls

22 lines (16 loc) · 423 Bytes

FastCommentsClient::QueryPredicate

Properties

Name Type Description Notes
key String
value QueryPredicateValue
operator String

Example

require 'fastcomments-client'

instance = FastCommentsClient::QueryPredicate.new(
  key: null,
  value: null,
  operator: null
)