Class: TesoteSdk::V2::Transactions
Instance Method Summary
collapse
Methods inherited from StubBase
#initialize
Instance Method Details
#bulk(_payload, opts: {}) ⇒ Object
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
22
23
24
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 22
def export(_account_id, _params = {}, opts: {})
raise NotImplementedError, 'V2::Transactions#export not wired in 0.1.0'
end
|
#get(_id, opts: {}) ⇒ Object
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
14
15
16
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 14
def list_for_account(_account_id, _query = {}, opts: {})
raise NotImplementedError, 'V2::Transactions#list_for_account not wired in 0.1.0'
end
|
#search(_query = {}, opts: {}) ⇒ Object
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
26
27
28
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 26
def sync(_account_id, opts: {})
raise NotImplementedError, 'V2::Transactions#sync not wired in 0.1.0'
end
|