Class: Akatus::Configuracao
- Inherits:
-
Object
- Object
- Akatus::Configuracao
- Includes:
- Singleton
- Defined in:
- lib/akatus/configuracao.rb
Instance Attribute Summary collapse
-
#env ⇒ Object
Returns the value of attribute env.
-
#sandbox ⇒ Object
Returns the value of attribute sandbox.
-
#url_carrinho ⇒ Object
Returns the value of attribute url_carrinho.
Instance Attribute Details
#env ⇒ Object
Returns the value of attribute env.
17 18 19 |
# File 'lib/akatus/configuracao.rb', line 17 def env @env end |
#sandbox ⇒ Object
Returns the value of attribute sandbox.
17 18 19 |
# File 'lib/akatus/configuracao.rb', line 17 def sandbox @sandbox end |
#url_carrinho ⇒ Object
Returns the value of attribute url_carrinho.
17 18 19 |
# File 'lib/akatus/configuracao.rb', line 17 def url_carrinho @url_carrinho end |