Class: Rvim::Command::UserCommand

Inherits:
Struct
  • Object
show all
Defined in:
lib/rvim/command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



1659
1660
1661
# File 'lib/rvim/command.rb', line 1659

def body
  @body
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



1659
1660
1661
# File 'lib/rvim/command.rb', line 1659

def name
  @name
end

#nargsObject

Returns the value of attribute nargs

Returns:

  • (Object)

    the current value of nargs



1659
1660
1661
# File 'lib/rvim/command.rb', line 1659

def nargs
  @nargs
end