Class: SocialWeb::Configuration
- Inherits:
-
Object
- Object
- SocialWeb::Configuration
- Defined in:
- lib/social_web/configuration.rb
Instance Attribute Summary collapse
-
#activity_pub ⇒ Object
Returns the value of attribute activity_pub.
-
#webmention ⇒ Object
Returns the value of attribute webmention.
-
#well_known ⇒ Object
Returns the value of attribute well_known.
Instance Attribute Details
#activity_pub ⇒ Object
Returns the value of attribute activity_pub.
17 18 19 |
# File 'lib/social_web/configuration.rb', line 17 def activity_pub @activity_pub end |
#webmention ⇒ Object
Returns the value of attribute webmention.
17 18 19 |
# File 'lib/social_web/configuration.rb', line 17 def webmention @webmention end |
#well_known ⇒ Object
Returns the value of attribute well_known.
17 18 19 |
# File 'lib/social_web/configuration.rb', line 17 def well_known @well_known end |