Class: ESSH::Transport::Session::ServerVersion

Inherits:
Struct
  • Object
show all
Defined in:
lib/evented-ssh/transport/session.rb

Instance Attribute Summary collapse

Instance Attribute Details

#headerObject

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



27
28
29
# File 'lib/evented-ssh/transport/session.rb', line 27

def header
  @header
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



27
28
29
# File 'lib/evented-ssh/transport/session.rb', line 27

def version
  @version
end