class Mastodon::Streaming::Events::StatusDelete
Attributes
id[R]
@!attribute [r] id
@return [Integer]
Public Class Methods
new(id)
click to toggle source
# File lib/mastodon/streaming/events/status_delete.rb, line 10 def initialize(id) @id = id.to_i end