module TestRail::InitializeWithApi
Public Class Methods
new(params)
click to toggle source
Takes params and assigns the provided api then uses the inherited (usually Virtus) initializer
Calls superclass method
# File lib/test_rail/initialize_with_api.rb, line 5 def initialize(params) @api = params[:api] super params end