Class: Bbs::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#authenticate_userObject

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_bodyObject

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_pageObject

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_userObject

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_countObject

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_pathObject

Returns the value of attribute login_path.



3
4
5
# File 'lib/bbs/configuration.rb', line 3

def 
  @login_path
end

#topics_per_pageObject

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