Class: Tarot::Config::Data

Inherits:
Struct
  • Object
show all
Defined in:
lib/tarot.rb

Overview

Estrutura para representar uma configuração de usuário.

Instance Attribute Summary collapse

Instance Attribute Details

#database_aliasesObject

Returns the value of attribute database_aliases

Returns:

  • (Object)

    the current value of database_aliases



24
25
26
# File 'lib/tarot.rb', line 24

def database_aliases
  @database_aliases
end

#session_expire_daysObject

Returns the value of attribute session_expire_days

Returns:

  • (Object)

    the current value of session_expire_days



24
25
26
# File 'lib/tarot.rb', line 24

def session_expire_days
  @session_expire_days
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



24
25
26
# File 'lib/tarot.rb', line 24

def url
  @url
end