Class: Rvim::Keymap::Mapping

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

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



5
6
7
# File 'lib/rvim/keymap.rb', line 5

def callback
  @callback
end

#lhsObject

Returns the value of attribute lhs

Returns:

  • (Object)

    the current value of lhs



5
6
7
# File 'lib/rvim/keymap.rb', line 5

def lhs
  @lhs
end

#recursiveObject

Returns the value of attribute recursive

Returns:

  • (Object)

    the current value of recursive



5
6
7
# File 'lib/rvim/keymap.rb', line 5

def recursive
  @recursive
end

#rhsObject

Returns the value of attribute rhs

Returns:

  • (Object)

    the current value of rhs



5
6
7
# File 'lib/rvim/keymap.rb', line 5

def rhs
  @rhs
end

#silentObject

Returns the value of attribute silent

Returns:

  • (Object)

    the current value of silent



5
6
7
# File 'lib/rvim/keymap.rb', line 5

def silent
  @silent
end