Skip to content
Kward Search API index

Class: Kward::Transport::Host::PluginChatHandle

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



13
14
15
# File 'lib/kward/transport/host.rb', line 13

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/kward/transport/host.rb', line 13

def name
  @name
end

#scope_keyObject (readonly)

Returns the value of attribute scope_key

Returns:

  • (Object)

    the current value of scope_key



13
14
15
# File 'lib/kward/transport/host.rb', line 13

def scope_key
  @scope_key
end

#type_idObject (readonly)

Returns the value of attribute type_id

Returns:

  • (Object)

    the current value of type_id



13
14
15
# File 'lib/kward/transport/host.rb', line 13

def type_id
  @type_id
end