Class: Spikard::ParsedOperation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeParsedOperation

Returns a new instance of ParsedOperation.

Parameters:

  • name: (String)
  • action: (String)
  • channel: (String)


319
# File 'sig/types.rbs', line 319

def initialize: (name: String, action: String, channel: String) -> void

Instance Attribute Details

#actionString (readonly)

Returns the value of attribute action.

Returns:

  • (String)


316
317
318
# File 'sig/types.rbs', line 316

def action
  @action
end

#channelString (readonly)

Returns the value of attribute channel.

Returns:

  • (String)


317
318
319
# File 'sig/types.rbs', line 317

def channel
  @channel
end

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


315
316
317
# File 'sig/types.rbs', line 315

def name
  @name
end