Class: CustomERB::Compiler::PercentLine
- Defined in:
- lib/ontomde-core/customERB.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#value ⇒ Object
(also: #to_s)
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(str) ⇒ PercentLine
constructor
A new instance of PercentLine.
Constructor Details
#initialize(str) ⇒ PercentLine
Returns a new instance of PercentLine.
267 268 269 |
# File 'lib/ontomde-core/customERB.rb', line 267 def initialize(str) @value = str end |
Instance Attribute Details
#value ⇒ Object (readonly) Also known as: to_s
Returns the value of attribute value.
270 271 272 |
# File 'lib/ontomde-core/customERB.rb', line 270 def value @value end |