class Mastodon::AccessToken

Public Class Methods

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