Class: TesoteSdk::V2::TransactionOrders
Instance Method Summary
collapse
-
#cancel(_account_id, _id, opts: {}) ⇒ Object
-
#create(_account_id, _payload, opts: {}) ⇒ Object
-
#get(_account_id, _id, opts: {}) ⇒ Object
-
#list(_account_id, _query = {}, opts: {}) ⇒ Object
-
#submit(_account_id, _id, opts: {}) ⇒ Object
Methods inherited from StubBase
#initialize
Instance Method Details
#cancel(_account_id, _id, opts: {}) ⇒ Object
66
67
68
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 66
def cancel(_account_id, _id, opts: {})
raise NotImplementedError, 'V2::TransactionOrders#cancel not wired in 0.1.0'
end
|
#create(_account_id, _payload, opts: {}) ⇒ Object
58
59
60
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 58
def create(_account_id, _payload, opts: {})
raise NotImplementedError, 'V2::TransactionOrders#create not wired in 0.1.0'
end
|
#get(_account_id, _id, opts: {}) ⇒ Object
54
55
56
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 54
def get(_account_id, _id, opts: {})
raise NotImplementedError, 'V2::TransactionOrders#get not wired in 0.1.0'
end
|
#list(_account_id, _query = {}, opts: {}) ⇒ Object
50
51
52
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 50
def list(_account_id, _query = {}, opts: {})
raise NotImplementedError, 'V2::TransactionOrders#list not wired in 0.1.0'
end
|
#submit(_account_id, _id, opts: {}) ⇒ Object
62
63
64
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 62
def submit(_account_id, _id, opts: {})
raise NotImplementedError, 'V2::TransactionOrders#submit not wired in 0.1.0'
end
|