Skip to content
Kward Search API index

Class: Kward::Transport::Host::SessionHandle

Inherits:
Data
  • Object
show all
Defined in:
lib/kward/transport/host.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



11
12
13
# File 'lib/kward/transport/host.rb', line 11

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/kward/transport/host.rb', line 11

def name
  @name
end

#workspace_rootObject (readonly)

Returns the value of attribute workspace_root

Returns:

  • (Object)

    the current value of workspace_root



11
12
13
# File 'lib/kward/transport/host.rb', line 11

def workspace_root
  @workspace_root
end