Class: Cybersourcery::Configuration
- Inherits:
-
Object
- Object
- Cybersourcery::Configuration
- Defined in:
- lib/cybersourcery/configuration.rb
Instance Attribute Summary collapse
-
#profiles_path ⇒ Object
Returns the value of attribute profiles_path.
-
#sop_live_url ⇒ Object
Returns the value of attribute sop_live_url.
-
#sop_proxy_url ⇒ Object
Returns the value of attribute sop_proxy_url.
-
#sop_test_url ⇒ Object
Returns the value of attribute sop_test_url.
Instance Method Summary collapse
Instance Attribute Details
#profiles_path ⇒ Object
Returns the value of attribute profiles_path.
3 4 5 |
# File 'lib/cybersourcery/configuration.rb', line 3 def profiles_path @profiles_path end |
#sop_live_url ⇒ Object
Returns the value of attribute sop_live_url.
3 4 5 |
# File 'lib/cybersourcery/configuration.rb', line 3 def sop_live_url @sop_live_url end |
#sop_proxy_url ⇒ Object
Returns the value of attribute sop_proxy_url.
3 4 5 |
# File 'lib/cybersourcery/configuration.rb', line 3 def sop_proxy_url @sop_proxy_url end |
#sop_test_url ⇒ Object
Returns the value of attribute sop_test_url.
3 4 5 |
# File 'lib/cybersourcery/configuration.rb', line 3 def sop_test_url @sop_test_url end |
Instance Method Details
#profiles ⇒ Object
5 6 7 |
# File 'lib/cybersourcery/configuration.rb', line 5 def profiles @profiles ||= YAML.load_file profiles_path end |