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.



8
9
10
11
# File 'lib/prosereflect/attribute/bold.rb', line 8

def initialize(options = {})
  super
  self.type = "bold"
end

Instance Method Details

#attrsObject



13
14
15
# File 'lib/prosereflect/attribute/bold.rb', line 13

def attrs
  nil
end