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.
339 |
# File 'sig/types.rbs', line 339
def initialize: (name: String, action: String, channel: String) -> void
|
Instance Attribute Details
#action ⇒ String (readonly)
Returns the value of attribute action.
336 337 338 |
# File 'sig/types.rbs', line 336 def action @action end |
#channel ⇒ String (readonly)
Returns the value of attribute channel.
337 338 339 |
# File 'sig/types.rbs', line 337 def channel @channel end |
#name ⇒ String (readonly)
Returns the value of attribute name.
335 336 337 |
# File 'sig/types.rbs', line 335 def name @name end |