Class: TesoteSdk::V2::PaymentMethods
Instance Method Summary
collapse
Methods inherited from StubBase
#initialize
Instance Method Details
#create(_payload, opts: {}) ⇒ Object
102
103
104
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 102
def create(_payload, opts: {})
raise NotImplementedError, 'V2::PaymentMethods#create not wired in 0.1.0'
end
|
#delete(_id, opts: {}) ⇒ Object
110
111
112
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 110
def delete(_id, opts: {})
raise NotImplementedError, 'V2::PaymentMethods#delete not wired in 0.1.0'
end
|
#get(_id, opts: {}) ⇒ Object
98
99
100
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 98
def get(_id, opts: {})
raise NotImplementedError, 'V2::PaymentMethods#get not wired in 0.1.0'
end
|
#list(_query = {}, opts: {}) ⇒ Object
94
95
96
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 94
def list(_query = {}, opts: {})
raise NotImplementedError, 'V2::PaymentMethods#list not wired in 0.1.0'
end
|
#update(_id, _payload, opts: {}) ⇒ Object
106
107
108
|
# File 'lib/tesote_sdk/v2/stubs.rb', line 106
def update(_id, _payload, opts: {})
raise NotImplementedError, 'V2::PaymentMethods#update not wired in 0.1.0'
end
|