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