Class: Klenod::Build::Plugins::CSSPlugin::ComposeDependency
- Inherits:
-
Data
- Object
- Data
- Klenod::Build::Plugins::CSSPlugin::ComposeDependency
- Defined in:
- lib/klenod/plugin/css/transformer.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#specifier ⇒ Object
readonly
Returns the value of attribute specifier.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
23 24 25 |
# File 'lib/klenod/plugin/css/transformer.rb', line 23 def name @name end |
#specifier ⇒ Object (readonly)
Returns the value of attribute specifier
23 24 25 |
# File 'lib/klenod/plugin/css/transformer.rb', line 23 def specifier @specifier end |