Class: Xtb::Http::Version

Inherits:
Command
  • Object
show all
Defined in:
lib/xtb/http/version.rb

Overview

Constant Summary collapse

VersionResponse =
Data.define(:version)

Instance Method Summary collapse

Methods inherited from Command

call, #initialize

Constructor Details

This class inherits a constructor from Xtb::Http::Command

Instance Method Details

#callObject



9
10
11
# File 'lib/xtb/http/version.rb', line 9

def call
  VersionResponse.new(**super.return_data)
end