Class: Elisp2any::InlineCode
- Inherits:
-
Object
- Object
- Elisp2any::InlineCode
- Defined in:
- lib/elisp2any/inline_code.rb
Overview
TODO: delete
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
Instance Method Summary collapse
-
#initialize(content) ⇒ InlineCode
constructor
A new instance of InlineCode.
Constructor Details
#initialize(content) ⇒ InlineCode
Returns a new instance of InlineCode.
6 7 8 |
# File 'lib/elisp2any/inline_code.rb', line 6 def initialize(content) @content = content end |
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content.
4 5 6 |
# File 'lib/elisp2any/inline_code.rb', line 4 def content @content end |