Class: Tarot::Config::Data
- Inherits:
-
Struct
- Object
- Struct
- Tarot::Config::Data
- Defined in:
- lib/tarot.rb
Overview
Estrutura para representar uma configuração de usuário.
Instance Attribute Summary collapse
-
#database_aliases ⇒ Object
Returns the value of attribute database_aliases.
-
#session_expire_days ⇒ Object
Returns the value of attribute session_expire_days.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#database_aliases ⇒ Object
Returns the value of attribute database_aliases
24 25 26 |
# File 'lib/tarot.rb', line 24 def database_aliases @database_aliases end |
#session_expire_days ⇒ Object
Returns the value of attribute session_expire_days
24 25 26 |
# File 'lib/tarot.rb', line 24 def session_expire_days @session_expire_days end |
#url ⇒ Object
Returns the value of attribute url
24 25 26 |
# File 'lib/tarot.rb', line 24 def url @url end |