Class: Prosereflect::Attribute::Bold

Inherits:
Base
  • Object
show all
Defined in:
lib/prosereflect/attribute/bold.rb

Constant Summary collapse

PM_TYPE =
'bold'

Instance Method Summary collapse

Methods inherited from Base

create, #to_h

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(options = {})
  super
  self.type = 'bold'
end

Instance Method Details

#attrsObject



15
16
17
# File 'lib/prosereflect/attribute/bold.rb', line 15

def attrs
  nil
end