Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 369 Bytes

File metadata and controls

20 lines (14 loc) · 369 Bytes

TCAClient::FeaturesViewerModes

Properties

Name Type Description Notes
match_overview Boolean [optional]
all_sources Boolean [optional]

Example

require 'tca_client'

instance = TCAClient::FeaturesViewerModes.new(
  match_overview: null,
  all_sources: null
)