Module: Socrates::Config

Extended by:
Config
Included in:
Config
Defined in:
lib/socrates/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageObject

Returns the value of attribute error_message.



7
8
9
# File 'lib/socrates/config.rb', line 7

def error_message
  @error_message
end

#loggerObject

Returns the value of attribute logger.



8
9
10
# File 'lib/socrates/config.rb', line 8

def logger
  @logger
end

#storageObject

Returns the value of attribute storage.



6
7
8
# File 'lib/socrates/config.rb', line 6

def storage
  @storage
end

#view_pathObject

Returns the value of attribute view_path.



5
6
7
# File 'lib/socrates/config.rb', line 5

def view_path
  @view_path
end