Class: SlideEmUp::Presentation::Meta

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

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



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

def author
  @author
end

#cssObject

Returns the value of attribute css

Returns:

  • (Object)

    the current value of css



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

def css
  @css
end

#dirObject

Returns the value of attribute dir

Returns:

  • (Object)

    the current value of dir



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

def dir
  @dir
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



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

def duration
  @duration
end

#jsObject

Returns the value of attribute js

Returns:

  • (Object)

    the current value of js



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

def js
  @js
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end