Class: Sink::Resources::MakeAmbiguousSchemasLooser
- Inherits:
-
Object
- Object
- Sink::Resources::MakeAmbiguousSchemasLooser
- Defined in:
- lib/sink/resources/make_ambiguous_schemas_looser.rb
Instance Method Summary collapse
-
#initialize(client:) ⇒ MakeAmbiguousSchemasLooser
constructor
A new instance of MakeAmbiguousSchemasLooser.
-
#make_ambiguous_schemas_looser(opts = {}) ⇒ Sink::Models::MakeAmbiguousSchemasLooserMakeAmbiguousSchemasLooserResponse
Test case for makeAmbiguousSchemasLooser.
Constructor Details
#initialize(client:) ⇒ MakeAmbiguousSchemasLooser
Returns a new instance of MakeAmbiguousSchemasLooser.
7 8 9 |
# File 'lib/sink/resources/make_ambiguous_schemas_looser.rb', line 7 def initialize(client:) @client = client end |
Instance Method Details
#make_ambiguous_schemas_looser(opts = {}) ⇒ Sink::Models::MakeAmbiguousSchemasLooserMakeAmbiguousSchemasLooserResponse
Test case for makeAmbiguousSchemasLooser
16 17 18 19 20 21 22 23 |
# File 'lib/sink/resources/make_ambiguous_schemas_looser.rb', line 16 def make_ambiguous_schemas_looser(opts = {}) req = { method: :get, path: "/make-ambiguous-schemas-looser", model: Sink::Models::MakeAmbiguousSchemasLooserMakeAmbiguousSchemasLooserResponse } @client.request(req, opts) end |