Class: TesoteSdk::V2::Batches

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

#approve(_id, opts: {}) ⇒ Object

Raises:

  • (NotImplementedError)


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

Raises:

  • (NotImplementedError)


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

Raises:

  • (NotImplementedError)


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

Raises:

  • (NotImplementedError)


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

Raises:

  • (NotImplementedError)


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