Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 335 Bytes

File metadata and controls

18 lines (12 loc) · 335 Bytes

Late::ValidatePostLengthRequest

Properties

Name Type Description Notes
text String The post text to check

Example

require 'late-sdk'

instance = Late::ValidatePostLengthRequest.new(
  text: Check out https://zernio.com for scheduling posts!
)