Class: Xtb::Http::Login

Inherits:
Command show all
Defined in:
lib/xtb/http/login.rb

Overview

Constant Summary collapse

LoginResponse =
Data.define(:stream_session_id)

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/login.rb', line 9

def call
  LoginResponse.new(super.stream_session_id)
end