Class: Xtb::Http::Version
Overview
Constant Summary collapse
- VersionResponse =
Data.define(:version)
Instance Method Summary collapse
Methods inherited from Command
Constructor Details
This class inherits a constructor from Xtb::Http::Command
Instance Method Details
#call ⇒ Object
9 10 11 |
# File 'lib/xtb/http/version.rb', line 9 def call VersionResponse.new(**super.return_data) end |