class Mastodon::Hashtag

Public Class Methods

new(attributes = {}) click to toggle source
Calls superclass method Mastodon::Base::new
# File lib/mastodon/hashtag.rb, line 14
def initialize(attributes = {})
  attributes.fetch('name')
  super
end