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.
311 |
# File 'sig/types.rbs', line 311
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.
307 308 309 |
# File 'sig/types.rbs', line 307 def address @address end |
#bindings ⇒ json_value (readonly)
Returns the value of attribute bindings.
309 310 311 |
# File 'sig/types.rbs', line 309 def bindings @bindings end |
#messages ⇒ Array[String] (readonly)
Returns the value of attribute messages.
308 309 310 |
# File 'sig/types.rbs', line 308 def @messages end |
#name ⇒ String (readonly)
Returns the value of attribute name.
306 307 308 |
# File 'sig/types.rbs', line 306 def name @name end |