Method: Itly::Plugin::Testing#load
- Defined in:
- lib/itly/plugin/testing/testing.rb
#load(options:) ⇒ Object
Initialize TestingApi client
30 31 32 33 34 35 36 37 38 39 |
# File 'lib/itly/plugin/testing/testing.rb', line 30 def load(options:) super # Get options @logger = .logger # Log logger&.info "#{id}: load()" logger&.info "#{id}: plugin is disabled!" if @disabled end |