Class: Anydoc::Style
- Inherits:
-
Data
- Object
- Data
- Anydoc::Style
- Defined in:
- lib/anydoc.rb
Instance Attribute Summary collapse
-
#bold ⇒ Object
readonly
Returns the value of attribute bold.
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#italic ⇒ Object
readonly
Returns the value of attribute italic.
-
#strike ⇒ Object
readonly
Returns the value of attribute strike.
Instance Attribute Details
#bold ⇒ Object (readonly)
Returns the value of attribute bold
14 15 16 |
# File 'lib/anydoc.rb', line 14 def bold @bold end |
#code ⇒ Object (readonly)
Returns the value of attribute code
14 15 16 |
# File 'lib/anydoc.rb', line 14 def code @code end |
#italic ⇒ Object (readonly)
Returns the value of attribute italic
14 15 16 |
# File 'lib/anydoc.rb', line 14 def italic @italic end |
#strike ⇒ Object (readonly)
Returns the value of attribute strike
14 15 16 |
# File 'lib/anydoc.rb', line 14 def strike @strike end |