Module: Inferno::DSL::FHIRClient::ClassMethods
- Included in:
- Entities::TestGroup, Entities::TestSuite
- Defined in:
- lib/inferno/dsl/fhir_client.rb
Instance Method Summary collapse
-
#fhir_client(name = :default, &block) ⇒ void
Define a FHIR client to be used by a Runnable.
Instance Method Details
#fhir_client(name = :default, &block) ⇒ void
This method returns an undefined value.
Define a FHIR client to be used by a Runnable.
387 388 389 |
# File 'lib/inferno/dsl/fhir_client.rb', line 387 def fhir_client(name = :default, &block) fhir_client_definitions[name] = block end |