Class: MarkdownExpander::Expander::LoopStart
- Inherits:
-
Object
- Object
- MarkdownExpander::Expander::LoopStart
- Defined in:
- lib/markdown-expander.rb
Instance Attribute Summary collapse
-
#looper ⇒ Object
Returns the value of attribute looper.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name, looper) ⇒ LoopStart
constructor
A new instance of LoopStart.
Constructor Details
#initialize(name, looper) ⇒ LoopStart
Returns a new instance of LoopStart.
77 78 79 80 |
# File 'lib/markdown-expander.rb', line 77 def initialize name, looper @name = name @looper = looper end |
Instance Attribute Details
#looper ⇒ Object
Returns the value of attribute looper.
76 77 78 |
# File 'lib/markdown-expander.rb', line 76 def looper @looper end |
#name ⇒ Object
Returns the value of attribute name.
76 77 78 |
# File 'lib/markdown-expander.rb', line 76 def name @name end |