Class: Vangrail::Providers::Gateway::Spec
- Inherits:
-
Struct
- Object
- Struct
- Vangrail::Providers::Gateway::Spec
- Defined in:
- lib/vangrail/providers/gateway.rb
Overview
key_env, file_env, and pass_env name the environment variables
that override each source. They are named rather than derived: a
deployment that already documents WILLMA_PASS_ENTRY should not have to
rename it to match a convention this gem invented.
Instance Attribute Summary collapse
-
#base_url ⇒ Object
Returns the value of attribute base_url.
-
#file_env ⇒ Object
Returns the value of attribute file_env.
-
#guard_preset ⇒ Object
Returns the value of attribute guard_preset.
-
#key_env ⇒ Object
Returns the value of attribute key_env.
-
#key_file ⇒ Object
Returns the value of attribute key_file.
-
#models ⇒ Object
Returns the value of attribute models.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pass_entry ⇒ Object
Returns the value of attribute pass_entry.
-
#pass_env ⇒ Object
Returns the value of attribute pass_env.
Instance Attribute Details
#base_url ⇒ Object
Returns the value of attribute base_url
43 44 45 |
# File 'lib/vangrail/providers/gateway.rb', line 43 def base_url @base_url end |
#file_env ⇒ Object
Returns the value of attribute file_env
43 44 45 |
# File 'lib/vangrail/providers/gateway.rb', line 43 def file_env @file_env end |
#guard_preset ⇒ Object
Returns the value of attribute guard_preset
43 44 45 |
# File 'lib/vangrail/providers/gateway.rb', line 43 def guard_preset @guard_preset end |
#key_env ⇒ Object
Returns the value of attribute key_env
43 44 45 |
# File 'lib/vangrail/providers/gateway.rb', line 43 def key_env @key_env end |
#key_file ⇒ Object
Returns the value of attribute key_file
43 44 45 |
# File 'lib/vangrail/providers/gateway.rb', line 43 def key_file @key_file end |
#models ⇒ Object
Returns the value of attribute models
43 44 45 |
# File 'lib/vangrail/providers/gateway.rb', line 43 def models @models end |
#name ⇒ Object
Returns the value of attribute name
43 44 45 |
# File 'lib/vangrail/providers/gateway.rb', line 43 def name @name end |
#pass_entry ⇒ Object
Returns the value of attribute pass_entry
43 44 45 |
# File 'lib/vangrail/providers/gateway.rb', line 43 def pass_entry @pass_entry end |
#pass_env ⇒ Object
Returns the value of attribute pass_env
43 44 45 |
# File 'lib/vangrail/providers/gateway.rb', line 43 def pass_env @pass_env end |