Class: Slidict::MethodSlide

Inherits:
Struct
  • Object
show all
Defined in:
lib/slidict/presentation_method.rb

Instance Attribute Summary collapse

Instance Attribute Details

#instructionsObject

Returns the value of attribute instructions

Returns:

  • (Object)

    the current value of instructions



6
7
8
# File 'lib/slidict/presentation_method.rb', line 6

def instructions
  @instructions
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



6
7
8
# File 'lib/slidict/presentation_method.rb', line 6

def role
  @role
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



6
7
8
# File 'lib/slidict/presentation_method.rb', line 6

def title
  @title
end