Class: Gophish::Configuration
- Inherits:
-
Object
- Object
- Gophish::Configuration
- Defined in:
- lib/gophish/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#debug_output ⇒ Object
Returns the value of attribute debug_output.
-
#url ⇒ Object
Returns the value of attribute url.
-
#verify_ssl ⇒ Object
Returns the value of attribute verify_ssl.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
3 4 5 |
# File 'lib/gophish/configuration.rb', line 3 def api_key @api_key end |
#debug_output ⇒ Object
Returns the value of attribute debug_output.
3 4 5 |
# File 'lib/gophish/configuration.rb', line 3 def debug_output @debug_output end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/gophish/configuration.rb', line 3 def url @url end |
#verify_ssl ⇒ Object
Returns the value of attribute verify_ssl.
3 4 5 |
# File 'lib/gophish/configuration.rb', line 3 def verify_ssl @verify_ssl end |