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.
8 9 10 11 |
# File 'lib/prosereflect/attribute/bold.rb', line 8 def initialize( = {}) super self.type = "bold" end |
Instance Method Details
#attrs ⇒ Object
13 14 15 |
# File 'lib/prosereflect/attribute/bold.rb', line 13 def attrs nil end |