Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 322 Bytes

File metadata and controls

18 lines (12 loc) · 322 Bytes

GbRetailapiClient::SearchFilter

Properties

Name Type Description Notes
value String String to be appended to the search query.

Example

require 'gb_retailapi_client'

instance = GbRetailapiClient::SearchFilter.new(
  value: null
)