Class: Gitlab::Triage::NetworkAdapters::BaseAdapter
- Inherits:
-
Object
- Object
- Gitlab::Triage::NetworkAdapters::BaseAdapter
- Defined in:
- lib/gitlab/triage/network_adapters/base_adapter.rb
Direct Known Subclasses
Constant Summary collapse
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options) ⇒ BaseAdapter
constructor
A new instance of BaseAdapter.
Constructor Details
#initialize(options) ⇒ BaseAdapter
Returns a new instance of BaseAdapter.
13 14 15 |
# File 'lib/gitlab/triage/network_adapters/base_adapter.rb', line 13 def initialize() @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
11 12 13 |
# File 'lib/gitlab/triage/network_adapters/base_adapter.rb', line 11 def @options end |