Class: RD::TerminalInline
- Inherits:
-
InlineElement
- Object
- Element
- InlineElement
- RD::TerminalInline
- Includes:
- TerminalElement
- Defined in:
- lib/rd/inline-element.rb
Overview
abstruct class.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
Attributes inherited from Element
Instance Method Summary collapse
-
#initialize(content) ⇒ TerminalInline
constructor
A new instance of TerminalInline.
Methods included from TerminalElement
Methods inherited from Element
Constructor Details
#initialize(content) ⇒ TerminalInline
Returns a new instance of TerminalInline.
15 16 17 18 |
# File 'lib/rd/inline-element.rb', line 15 def initialize(content) super() @content = content end |
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content.
13 14 15 |
# File 'lib/rd/inline-element.rb', line 13 def content @content end |