Class: Faq::Subtitle
- Inherits:
-
Object
- Object
- Faq::Subtitle
- Defined in:
- app/models/faq.rb
Instance Attribute Summary collapse
-
#str ⇒ Object
Returns the value of attribute str.
Instance Method Summary collapse
-
#initialize(str) ⇒ Subtitle
constructor
A new instance of Subtitle.
- #template ⇒ Object
- #to_html ⇒ Object
Constructor Details
#initialize(str) ⇒ Subtitle
Returns a new instance of Subtitle.
26 27 28 |
# File 'app/models/faq.rb', line 26 def initialize str @str = str end |
Instance Attribute Details
#str ⇒ Object
Returns the value of attribute str.
24 25 26 |
# File 'app/models/faq.rb', line 24 def str @str end |