Class: Spikard::ParsedChannel
- Inherits:
-
Object
- Object
- Spikard::ParsedChannel
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#address ⇒ String
readonly
Returns the value of attribute address.
-
#bindings ⇒ json_value
readonly
Returns the value of attribute bindings.
-
#messages ⇒ Array[String]
readonly
Returns the value of attribute messages.
-
#name ⇒ String
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize ⇒ ParsedChannel
constructor
A new instance of ParsedChannel.
Constructor Details
#initialize ⇒ ParsedChannel
Returns a new instance of ParsedChannel.
331 |
# File 'sig/types.rbs', line 331
def initialize: (name: String, address: String, messages: Array[String], ?bindings: json_value) -> void
|
Instance Attribute Details
#address ⇒ String (readonly)
Returns the value of attribute address.
327 328 329 |
# File 'sig/types.rbs', line 327 def address @address end |
#bindings ⇒ json_value (readonly)
Returns the value of attribute bindings.
329 330 331 |
# File 'sig/types.rbs', line 329 def bindings @bindings end |
#messages ⇒ Array[String] (readonly)
Returns the value of attribute messages.
328 329 330 |
# File 'sig/types.rbs', line 328 def @messages end |
#name ⇒ String (readonly)
Returns the value of attribute name.
326 327 328 |
# File 'sig/types.rbs', line 326 def name @name end |