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