Class: TesoteSdk::V2::PaymentMethods

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

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

Raises:

  • (NotImplementedError)


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

Raises:

  • (NotImplementedError)


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

Raises:

  • (NotImplementedError)


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

Raises:

  • (NotImplementedError)


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

Raises:

  • (NotImplementedError)


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