Class: Kward::Transport::Host::PluginChatHandle
- Inherits:
-
Data
- Object
- Data
- Kward::Transport::Host::PluginChatHandle
- Defined in:
- lib/kward/transport/host.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#scope_key ⇒ Object
readonly
Returns the value of attribute scope_key.
-
#type_id ⇒ Object
readonly
Returns the value of attribute type_id.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
13 14 15 |
# File 'lib/kward/transport/host.rb', line 13 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
13 14 15 |
# File 'lib/kward/transport/host.rb', line 13 def name @name end |
#scope_key ⇒ Object (readonly)
Returns the value of attribute scope_key
13 14 15 |
# File 'lib/kward/transport/host.rb', line 13 def scope_key @scope_key end |
#type_id ⇒ Object (readonly)
Returns the value of attribute type_id
13 14 15 |
# File 'lib/kward/transport/host.rb', line 13 def type_id @type_id end |