Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 376 Bytes

File metadata and controls

20 lines (14 loc) · 376 Bytes

SendX::LinkStat

Properties

Name Type Description Notes
url String The link clicked [optional]
count Integer Total number of times the link was clicked [optional]

Example

require 'sendx-ruby-sdk'

instance = SendX::LinkStat.new(
  url: https://sendx.io,
  count: 10
)