Class: TesoteSdk::V1::Status
- Inherits:
-
Object
- Object
- TesoteSdk::V1::Status
- Defined in:
- lib/tesote_sdk/v1/status.rb
Instance Method Summary collapse
-
#initialize(transport) ⇒ Status
constructor
A new instance of Status.
- #status(opts: {}) ⇒ Object
- #whoami(opts: {}) ⇒ Object
Constructor Details
#initialize(transport) ⇒ Status
Returns a new instance of Status.
4 5 6 |
# File 'lib/tesote_sdk/v1/status.rb', line 4 def initialize(transport) @transport = transport end |
Instance Method Details
#status(opts: {}) ⇒ Object
8 9 10 |
# File 'lib/tesote_sdk/v1/status.rb', line 8 def status(opts: {}) raise NotImplementedError, 'V1::Status#status not wired in 0.1.0' end |
#whoami(opts: {}) ⇒ Object
12 13 14 |
# File 'lib/tesote_sdk/v1/status.rb', line 12 def whoami(opts: {}) raise NotImplementedError, 'V1::Status#whoami not wired in 0.1.0' end |