Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 428 Bytes

File metadata and controls

24 lines (18 loc) · 428 Bytes

Unifapi::XTrend

Properties

Name Type Description Notes
trend_name String
tweet_count Float [optional]
rank Float [optional]
query String [optional]

Example

require 'unifapi'

instance = Unifapi::XTrend.new(
  trend_name: null,
  tweet_count: null,
  rank: null,
  query: null
)