Class: SlideEmUp::Presentation::Theme

Inherits:
Struct
  • Object
show all
Defined in:
lib/slide-em-up/presentation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cssObject

Returns the value of attribute css

Returns:

  • (Object)

    the current value of css



8
9
10
# File 'lib/slide-em-up/presentation.rb', line 8

def css
  @css
end

#dirObject

Returns the value of attribute dir

Returns:

  • (Object)

    the current value of dir



8
9
10
# File 'lib/slide-em-up/presentation.rb', line 8

def dir
  @dir
end

#jsObject

Returns the value of attribute js

Returns:

  • (Object)

    the current value of js



8
9
10
# File 'lib/slide-em-up/presentation.rb', line 8

def js
  @js
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



8
9
10
# File 'lib/slide-em-up/presentation.rb', line 8

def title
  @title
end