Class: Slidict::Slide

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

Instance Attribute Summary collapse

Instance Attribute Details

#bulletsObject

Returns the value of attribute bullets

Returns:

  • (Object)

    the current value of bullets



4
5
6
# File 'lib/slidict/deck.rb', line 4

def bullets
  @bullets
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



4
5
6
# File 'lib/slidict/deck.rb', line 4

def title
  @title
end