Class: Rvim::Highlights::Attr

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

Instance Attribute Summary collapse

Instance Attribute Details

#bgObject

Returns the value of attribute bg

Returns:

  • (Object)

    the current value of bg



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

def bg
  @bg
end

#boldObject

Returns the value of attribute bold

Returns:

  • (Object)

    the current value of bold



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

def bold
  @bold
end

#fgObject

Returns the value of attribute fg

Returns:

  • (Object)

    the current value of fg



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

def fg
  @fg
end

#italicObject

Returns the value of attribute italic

Returns:

  • (Object)

    the current value of italic



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

def italic
  @italic
end

#reverseObject

Returns the value of attribute reverse

Returns:

  • (Object)

    the current value of reverse



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

def reverse
  @reverse
end

#underlineObject

Returns the value of attribute underline

Returns:

  • (Object)

    the current value of underline



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

def underline
  @underline
end