Class: Argyle::StyleSheet::Base
- Inherits:
-
Object
- Object
- Argyle::StyleSheet::Base
- Defined in:
- lib/argyle/style_sheet/base.rb
Class Attribute Summary collapse
-
.color_prototypes ⇒ Object
readonly
Returns the value of attribute color_prototypes.
-
.style_prototypes ⇒ Object
readonly
Returns the value of attribute style_prototypes.
Class Method Summary collapse
Class Attribute Details
.color_prototypes ⇒ Object (readonly)
Returns the value of attribute color_prototypes.
9 10 11 |
# File 'lib/argyle/style_sheet/base.rb', line 9 def color_prototypes @color_prototypes end |
.style_prototypes ⇒ Object (readonly)
Returns the value of attribute style_prototypes.
9 10 11 |
# File 'lib/argyle/style_sheet/base.rb', line 9 def style_prototypes @style_prototypes end |