Class: TesoteSdk::V2::StubBase

Inherits:
Object
  • Object
show all
Defined in:
lib/tesote_sdk/v2/stubs.rb

Overview

Resource clients whose endpoints are documented but not wired in 0.1.0. Each method raises NotImplementedError so the public surface is discoverable while back-compat constraints stay honest.

Instance Method Summary collapse

Constructor Details

#initialize(transport) ⇒ StubBase

Returns a new instance of StubBase.



8
9
10
# File 'lib/tesote_sdk/v2/stubs.rb', line 8

def initialize(transport)
  @transport = transport
end