Class: Prosereflect::Attribute::Bold
- Defined in:
- lib/prosereflect/attribute/bold.rb
Constant Summary collapse
- PM_TYPE =
'bold'
Instance Method Summary collapse
- #attrs ⇒ Object
-
#initialize(options = {}) ⇒ Bold
constructor
A new instance of Bold.
Methods inherited from Base
Constructor Details
#initialize(options = {}) ⇒ Bold
Returns a new instance of Bold.
10 11 12 13 |
# File 'lib/prosereflect/attribute/bold.rb', line 10 def initialize( = {}) super self.type = 'bold' end |
Instance Method Details
#attrs ⇒ Object
15 16 17 |
# File 'lib/prosereflect/attribute/bold.rb', line 15 def attrs nil end |