Class: Bbs::Configuration
- Inherits:
-
Object
- Object
- Bbs::Configuration
- Defined in:
- lib/bbs/configuration.rb
Instance Attribute Summary collapse
-
#authenticate_user ⇒ Object
Returns the value of attribute authenticate_user.
-
#clamp_article_body ⇒ Object
Returns the value of attribute clamp_article_body.
-
#comments_per_page ⇒ Object
Returns the value of attribute comments_per_page.
-
#current_user ⇒ Object
Returns the value of attribute current_user.
-
#latest_topics_count ⇒ Object
Returns the value of attribute latest_topics_count.
-
#login_path ⇒ Object
Returns the value of attribute login_path.
-
#topics_per_page ⇒ Object
Returns the value of attribute topics_per_page.
Instance Attribute Details
#authenticate_user ⇒ Object
Returns the value of attribute authenticate_user.
3 4 5 |
# File 'lib/bbs/configuration.rb', line 3 def authenticate_user @authenticate_user end |
#clamp_article_body ⇒ Object
Returns the value of attribute clamp_article_body.
3 4 5 |
# File 'lib/bbs/configuration.rb', line 3 def clamp_article_body @clamp_article_body end |
#comments_per_page ⇒ Object
Returns the value of attribute comments_per_page.
3 4 5 |
# File 'lib/bbs/configuration.rb', line 3 def comments_per_page @comments_per_page end |
#current_user ⇒ Object
Returns the value of attribute current_user.
3 4 5 |
# File 'lib/bbs/configuration.rb', line 3 def current_user @current_user end |
#latest_topics_count ⇒ Object
Returns the value of attribute latest_topics_count.
3 4 5 |
# File 'lib/bbs/configuration.rb', line 3 def latest_topics_count @latest_topics_count end |
#login_path ⇒ Object
Returns the value of attribute login_path.
3 4 5 |
# File 'lib/bbs/configuration.rb', line 3 def login_path @login_path end |
#topics_per_page ⇒ Object
Returns the value of attribute topics_per_page.
3 4 5 |
# File 'lib/bbs/configuration.rb', line 3 def topics_per_page @topics_per_page end |