Class: TesoteSdk::V2::SyncSessions
Instance Method Summary
collapse
Methods inherited from StubBase
#initialize
Instance Method Details
#get(_account_id, _id, opts: {}) ⇒ Object
44
45
46
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 44
def get(_account_id, _id, opts: {})
raise NotImplementedError, 'V2::SyncSessions#get not wired in 0.1.0'
end
|
#list(_account_id, _query = {}, opts: {}) ⇒ Object
40
41
42
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 40
def list(_account_id, _query = {}, opts: {})
raise NotImplementedError, 'V2::SyncSessions#list not wired in 0.1.0'
end
|