class Mastodon::Relationship
Relationships. Purpose still to be found out (by Maxine Michalski)
Public Class Methods
new(attributes = {})
click to toggle source
Calls superclass method
Mastodon::Base::new
# File lib/mastodon/relationship.rb, line 33 def initialize(attributes = {}) attributes.fetch('id') super end