Class: Her::WebMock::Configuration
- Inherits:
-
Object
- Object
- Her::WebMock::Configuration
- Defined in:
- lib/her/webmock.rb
Instance Attribute Summary collapse
-
#default_request_test_headers ⇒ Object
Returns the value of attribute default_request_test_headers.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize(options = {}) ⇒ Configuration
Returns a new instance of Configuration.
8 9 10 |
# File 'lib/her/webmock.rb', line 8 def initialize( = {}) self.default_request_test_headers = {} end |
Instance Attribute Details
#default_request_test_headers ⇒ Object
Returns the value of attribute default_request_test_headers.
6 7 8 |
# File 'lib/her/webmock.rb', line 6 def default_request_test_headers @default_request_test_headers end |