Class: Textbringer::Command

Inherits:
Struct
  • Object
show all
Defined in:
lib/textbringer/commands.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block



7
8
9
# File 'lib/textbringer/commands.rb', line 7

def block
  @block
end

#docObject

Returns the value of attribute doc



7
8
9
# File 'lib/textbringer/commands.rb', line 7

def doc
  @doc
end

#nameObject

Returns the value of attribute name



7
8
9
# File 'lib/textbringer/commands.rb', line 7

def name
  @name
end