Class: Spikard::ParsedOperation
- Inherits:
-
Object
- Object
- Spikard::ParsedOperation
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#action ⇒ String
readonly
Returns the value of attribute action.
-
#channel ⇒ String
readonly
Returns the value of attribute channel.
-
#name ⇒ String
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize ⇒ ParsedOperation
constructor
A new instance of ParsedOperation.
Constructor Details
#initialize ⇒ ParsedOperation
Returns a new instance of ParsedOperation.
319 |
# File 'sig/types.rbs', line 319
def initialize: (name: String, action: String, channel: String) -> void
|
Instance Attribute Details
#action ⇒ String (readonly)
Returns the value of attribute action.
316 317 318 |
# File 'sig/types.rbs', line 316 def action @action end |
#channel ⇒ String (readonly)
Returns the value of attribute channel.
317 318 319 |
# File 'sig/types.rbs', line 317 def channel @channel end |
#name ⇒ String (readonly)
Returns the value of attribute name.
315 316 317 |
# File 'sig/types.rbs', line 315 def name @name end |