Class: Rvim::Highlights::Attr
- Inherits:
-
Struct
- Object
- Struct
- Rvim::Highlights::Attr
- Defined in:
- lib/rvim/highlights.rb
Instance Attribute Summary collapse
-
#bg ⇒ Object
Returns the value of attribute bg.
-
#bold ⇒ Object
Returns the value of attribute bold.
-
#fg ⇒ Object
Returns the value of attribute fg.
-
#italic ⇒ Object
Returns the value of attribute italic.
-
#reverse ⇒ Object
Returns the value of attribute reverse.
-
#underline ⇒ Object
Returns the value of attribute underline.
Instance Attribute Details
#bg ⇒ Object
Returns the value of attribute bg
5 6 7 |
# File 'lib/rvim/highlights.rb', line 5 def bg @bg end |
#bold ⇒ Object
Returns the value of attribute bold
5 6 7 |
# File 'lib/rvim/highlights.rb', line 5 def bold @bold end |
#fg ⇒ Object
Returns the value of attribute fg
5 6 7 |
# File 'lib/rvim/highlights.rb', line 5 def fg @fg end |
#italic ⇒ Object
Returns the value of attribute italic
5 6 7 |
# File 'lib/rvim/highlights.rb', line 5 def italic @italic end |
#reverse ⇒ Object
Returns the value of attribute reverse
5 6 7 |
# File 'lib/rvim/highlights.rb', line 5 def reverse @reverse end |
#underline ⇒ Object
Returns the value of attribute underline
5 6 7 |
# File 'lib/rvim/highlights.rb', line 5 def underline @underline end |