Class: TesoteSdk::V2::SyncSessions

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

Instance Method Summary collapse

Methods inherited from StubBase

#initialize

Constructor Details

This class inherits a constructor from TesoteSdk::V2::StubBase

Instance Method Details

#get(_account_id, _id, opts: {}) ⇒ Object

Raises:

  • (NotImplementedError)


44
45
46
# File 'lib/tesote_sdk/v2/stubs.rb', line 44

def get(, _id, opts: {})
  raise NotImplementedError, 'V2::SyncSessions#get not wired in 0.1.0'
end

#list(_account_id, _query = {}, opts: {}) ⇒ Object

Raises:

  • (NotImplementedError)


40
41
42
# File 'lib/tesote_sdk/v2/stubs.rb', line 40

def list(, _query = {}, opts: {})
  raise NotImplementedError, 'V2::SyncSessions#list not wired in 0.1.0'
end