Module: Scavenger::Config
- Defined in:
- lib/scavenger/config.rb
Class Attribute Summary collapse
-
.aspect_ratio ⇒ Object
Returns the value of attribute aspect_ratio.
-
.class_prefix ⇒ Object
Returns the value of attribute class_prefix.
-
.id_prefix ⇒ Object
Returns the value of attribute id_prefix.
-
.sprite_path ⇒ Object
Returns the value of attribute sprite_path.
-
.svg_directory ⇒ Object
Returns the value of attribute svg_directory.
Class Attribute Details
.aspect_ratio ⇒ Object
Returns the value of attribute aspect_ratio.
8 9 10 |
# File 'lib/scavenger/config.rb', line 8 def aspect_ratio @aspect_ratio end |
.class_prefix ⇒ Object
Returns the value of attribute class_prefix.
6 7 8 |
# File 'lib/scavenger/config.rb', line 6 def class_prefix @class_prefix end |
.id_prefix ⇒ Object
Returns the value of attribute id_prefix.
7 8 9 |
# File 'lib/scavenger/config.rb', line 7 def id_prefix @id_prefix end |
.sprite_path ⇒ Object
Returns the value of attribute sprite_path.
5 6 7 |
# File 'lib/scavenger/config.rb', line 5 def sprite_path @sprite_path end |
.svg_directory ⇒ Object
Returns the value of attribute svg_directory.
4 5 6 |
# File 'lib/scavenger/config.rb', line 4 def svg_directory @svg_directory end |