class Mastodon::ScheduledStatus
Public Class Methods
new(attributes = {})
click to toggle source
Calls superclass method
Mastodon::Base::new
# File lib/mastodon/scheduled_status.rb, line 20 def initialize(attributes = {}) attributes.fetch('id') super end