Module: Socrates::Config
Instance Attribute Summary collapse
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#storage ⇒ Object
Returns the value of attribute storage.
-
#view_path ⇒ Object
Returns the value of attribute view_path.
Instance Attribute Details
#error_message ⇒ Object
Returns the value of attribute error_message.
7 8 9 |
# File 'lib/socrates/config.rb', line 7 def @error_message end |
#logger ⇒ Object
Returns the value of attribute logger.
8 9 10 |
# File 'lib/socrates/config.rb', line 8 def logger @logger end |
#storage ⇒ Object
Returns the value of attribute storage.
6 7 8 |
# File 'lib/socrates/config.rb', line 6 def storage @storage end |
#view_path ⇒ Object
Returns the value of attribute view_path.
5 6 7 |
# File 'lib/socrates/config.rb', line 5 def view_path @view_path end |