Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 412 Bytes

File metadata and controls

20 lines (14 loc) · 412 Bytes

FastCommentsClient::RecordStringBeforeStringOrNullAfterStringOrNullValue

Properties

Name Type Description Notes
after String
before String

Example

require 'fastcomments-client'

instance = FastCommentsClient::RecordStringBeforeStringOrNullAfterStringOrNullValue.new(
  after: null,
  before: null
)