Class: Gophish::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/gophish/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



3
4
5
# File 'lib/gophish/configuration.rb', line 3

def api_key
  @api_key
end

#debug_outputObject

Returns the value of attribute debug_output.



3
4
5
# File 'lib/gophish/configuration.rb', line 3

def debug_output
  @debug_output
end

#urlObject

Returns the value of attribute url.



3
4
5
# File 'lib/gophish/configuration.rb', line 3

def url
  @url
end

#verify_sslObject

Returns the value of attribute verify_ssl.



3
4
5
# File 'lib/gophish/configuration.rb', line 3

def verify_ssl
  @verify_ssl
end