Class: TesoteSdk::V2::Transactions

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

#bulk(_payload, opts: {}) ⇒ Object

Raises:

  • (NotImplementedError)


30
31
32
# File 'lib/tesote_sdk/v2/stubs.rb', line 30

def bulk(_payload, opts: {})
  raise NotImplementedError, 'V2::Transactions#bulk not wired in 0.1.0'
end

#export(_account_id, _params = {}, opts: {}) ⇒ Object

Raises:

  • (NotImplementedError)


22
23
24
# File 'lib/tesote_sdk/v2/stubs.rb', line 22

def export(, _params = {}, opts: {})
  raise NotImplementedError, 'V2::Transactions#export not wired in 0.1.0'
end

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

Raises:

  • (NotImplementedError)


18
19
20
# File 'lib/tesote_sdk/v2/stubs.rb', line 18

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

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

Raises:

  • (NotImplementedError)


14
15
16
# File 'lib/tesote_sdk/v2/stubs.rb', line 14

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

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

Raises:

  • (NotImplementedError)


34
35
36
# File 'lib/tesote_sdk/v2/stubs.rb', line 34

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

#sync(_account_id, opts: {}) ⇒ Object

Raises:

  • (NotImplementedError)


26
27
28
# File 'lib/tesote_sdk/v2/stubs.rb', line 26

def sync(, opts: {})
  raise NotImplementedError, 'V2::Transactions#sync not wired in 0.1.0'
end