Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 437 Bytes

File metadata and controls

20 lines (14 loc) · 437 Bytes

FastCommentsClient::UserSearchSectionResult

Properties

Name Type Description Notes
section UserSearchSection
users Array<UserSearchResult>

Example

require 'fastcomments-client'

instance = FastCommentsClient::UserSearchSectionResult.new(
  section: null,
  users: null
)