Class: TesoteSdk::V2::Batches
Instance Method Summary
collapse
Methods inherited from StubBase
#initialize
Instance Method Details
#approve(_id, opts: {}) ⇒ Object
80
81
82
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 80
def approve(_id, opts: {})
raise NotImplementedError, 'V2::Batches#approve not wired in 0.1.0'
end
|
#cancel(_id, opts: {}) ⇒ Object
88
89
90
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 88
def cancel(_id, opts: {})
raise NotImplementedError, 'V2::Batches#cancel not wired in 0.1.0'
end
|
#create(_payload, opts: {}) ⇒ Object
72
73
74
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 72
def create(_payload, opts: {})
raise NotImplementedError, 'V2::Batches#create not wired in 0.1.0'
end
|
#get(_id, opts: {}) ⇒ Object
76
77
78
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 76
def get(_id, opts: {})
raise NotImplementedError, 'V2::Batches#get not wired in 0.1.0'
end
|
#submit(_id, opts: {}) ⇒ Object
84
85
86
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 84
def submit(_id, opts: {})
raise NotImplementedError, 'V2::Batches#submit not wired in 0.1.0'
end
|