Class: Rubirai::ForwardMessage
- Defined in:
- lib/rubirai/messages/message.rb
Overview
The forward message type
Defined Under Namespace
Classes: Node
Instance Attribute Summary collapse
-
#brief ⇒ String
readonly
The brief text.
-
#node_list ⇒ Array<Node>
readonly
The node list.
-
#source ⇒ String
readonly
The source text.
-
#summary ⇒ String
readonly
The summary text.
-
#title ⇒ String
readonly
The title.
Attributes inherited from Message
Method Summary
Methods inherited from Message
all_types, check_type, #to_h, to_message
Instance Attribute Details
#brief ⇒ String (readonly)
Returns the brief text.
462 |
# File 'lib/rubirai/messages/message.rb', line 462 :Forward, :title, :brief, :source, :summary, :node_list |
#node_list ⇒ Array<Node> (readonly)
Returns the node list.
462 |
# File 'lib/rubirai/messages/message.rb', line 462 :Forward, :title, :brief, :source, :summary, :node_list |
#source ⇒ String (readonly)
Returns the source text.
462 |
# File 'lib/rubirai/messages/message.rb', line 462 :Forward, :title, :brief, :source, :summary, :node_list |
#summary ⇒ String (readonly)
Returns the summary text.
462 |
# File 'lib/rubirai/messages/message.rb', line 462 :Forward, :title, :brief, :source, :summary, :node_list |
#title ⇒ String (readonly)
Returns the title.
462 |
# File 'lib/rubirai/messages/message.rb', line 462 :Forward, :title, :brief, :source, :summary, :node_list |