Class: Lecture::Config
- Inherits:
-
Object
- Object
- Lecture::Config
- Defined in:
- lib/lecture/config.rb
Instance Method Summary collapse
- #character_print_delay=(value) ⇒ Object
- #pygment_style=(value) ⇒ Object
- #section_footer_text=(value) ⇒ Object
- #section_header_text=(value) ⇒ Object
- #transition_time=(value) ⇒ Object
Instance Method Details
#character_print_delay=(value) ⇒ Object
3 4 5 |
# File 'lib/lecture/config.rb', line 3 def character_print_delay=(value) Lecture.character_print_delay = value end |
#pygment_style=(value) ⇒ Object
11 12 13 |
# File 'lib/lecture/config.rb', line 11 def pygment_style=(value) Lecture.pygment_style = value end |
#section_footer_text=(value) ⇒ Object
19 20 21 |
# File 'lib/lecture/config.rb', line 19 def (value) Lecture. = value end |
#section_header_text=(value) ⇒ Object
15 16 17 |
# File 'lib/lecture/config.rb', line 15 def section_header_text=(value) Lecture.section_header_text = value end |
#transition_time=(value) ⇒ Object
7 8 9 |
# File 'lib/lecture/config.rb', line 7 def transition_time=(value) Lecture.transition_time = value end |