Class: ReVIEW::Compiler::InlineSyntaxElement
- Defined in:
- lib/review/compiler.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ InlineSyntaxElement
constructor
A new instance of InlineSyntaxElement.
Constructor Details
#initialize(name) ⇒ InlineSyntaxElement
Returns a new instance of InlineSyntaxElement.
148 149 150 |
# File 'lib/review/compiler.rb', line 148 def initialize(name) @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
152 153 154 |
# File 'lib/review/compiler.rb', line 152 def name @name end |