Class: SocialWeb::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/social_web/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#activity_pubObject

Returns the value of attribute activity_pub.



17
18
19
# File 'lib/social_web/configuration.rb', line 17

def activity_pub
  @activity_pub
end

#webmentionObject

Returns the value of attribute webmention.



17
18
19
# File 'lib/social_web/configuration.rb', line 17

def webmention
  @webmention
end

#well_knownObject

Returns the value of attribute well_known.



17
18
19
# File 'lib/social_web/configuration.rb', line 17

def well_known
  @well_known
end