Class: Slidict::MethodSlide
- Inherits:
-
Struct
- Object
- Struct
- Slidict::MethodSlide
- Defined in:
- lib/slidict/presentation_method.rb
Instance Attribute Summary collapse
-
#instructions ⇒ Object
Returns the value of attribute instructions.
-
#role ⇒ Object
Returns the value of attribute role.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#instructions ⇒ Object
Returns the value of attribute instructions
6 7 8 |
# File 'lib/slidict/presentation_method.rb', line 6 def instructions @instructions end |
#role ⇒ Object
Returns the value of attribute role
6 7 8 |
# File 'lib/slidict/presentation_method.rb', line 6 def role @role end |
#title ⇒ Object
Returns the value of attribute title
6 7 8 |
# File 'lib/slidict/presentation_method.rb', line 6 def title @title end |